krb5: fix regression in test_cc build

af923957 broke building test_cc if !KEY_UTILS
This commit is contained in:
Luke Howard
2021-12-17 18:57:13 +11:00
parent e0929d16b7
commit 42797a1c18

View File

@@ -61,6 +61,8 @@ LDADD = libkrb5.la \
if HAVE_KEYUTILS
test_cc_LDADD = $(LDADD) -lkeyutils
else
test_cc_LDADD = $(LDADD)
endif
if PKINIT