krb5: fix regression in test_cc build
af923957
broke building test_cc if !KEY_UTILS
This commit is contained in:
@@ -61,6 +61,8 @@ LDADD = libkrb5.la \
|
|||||||
|
|
||||||
if HAVE_KEYUTILS
|
if HAVE_KEYUTILS
|
||||||
test_cc_LDADD = $(LDADD) -lkeyutils
|
test_cc_LDADD = $(LDADD) -lkeyutils
|
||||||
|
else
|
||||||
|
test_cc_LDADD = $(LDADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if PKINIT
|
if PKINIT
|
||||||
|
Reference in New Issue
Block a user