remove extra space after -L
check for libutil.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10505 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -157,7 +157,7 @@ if test "$with_krb4" != "no"; then
|
||||
CFLAGS="$save_CFLAGS"
|
||||
LIB_kdb="-lkdb -lkrb"
|
||||
if test "$krb4_libdir"; then
|
||||
test_LIB_krb4="-L $krb4_libdir"
|
||||
test_LIB_krb4="-L$krb4_libdir"
|
||||
LIB_krb4="-R $krb4_libdir $LIB_krb4"
|
||||
LIB_kdb="-R $krb4_libdir -L$krb4_libdir $LIB_kdb"
|
||||
fi
|
||||
@@ -260,6 +260,7 @@ AC_CHECK_HEADERS([\
|
||||
grp.h \
|
||||
inttypes.h \
|
||||
io.h \
|
||||
libutil.h \
|
||||
limits.h \
|
||||
maillock.h \
|
||||
net/if.h \
|
||||
|
Reference in New Issue
Block a user