(LIB_kdb): make sure there's a -L option in here by adding $(LIB_krb4)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-22 22:58:01 +00:00
parent 9dbd0c5187
commit 01afd03110

View File

@@ -56,7 +56,7 @@ AC_TEST_PACKAGE(krb4,krb.h,libkrb.a,-lkrb,/usr/athena)
LIB_kdb=
if test "$with_krb4"; then
LIB_kdb=-lkdb
LIB_kdb="$LIB_krb4 -lkdb"
EXTRA_LIB45=lib45.a
AC_SUBST(EXTRA_LIB45)
AC_CACHE_CHECK(for four valued krb_put_int, ac_cv_func_krb_put_int_four,