summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-06-25 12:20:29 +0000
committerTim Potter <tpot@samba.org>2003-06-25 12:20:29 +0000
commit23c45a79d0270f8279235058ff914060d80e49e6 (patch)
treeee5284a8ae0eb0855441146593fb4518bc272cc9 /source3
parente65b68b13195c12a33d6e1bbeca28288c19506d1 (diff)
downloadsamba-23c45a79d0270f8279235058ff914060d80e49e6.tar.gz
samba-23c45a79d0270f8279235058ff914060d80e49e6.tar.bz2
samba-23c45a79d0270f8279235058ff914060d80e49e6.zip
Metze assures me that this will fix Heimdal et al.
I think the lesson to take away here is that refactoring configure.in is a hazardous task and should only be attempted if you have a lot of time and patience! (This used to be commit 5ba121ac9d75de72261521cb1066ed585b68c307)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 3fef0402f1..0578baa22f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2353,7 +2353,7 @@ if test x"$with_ads_support" = x"yes"; then
########################################################
# now see if we can find the krb5 libs in standard paths
# or as specified above
- AC_CHECK_LIB(krb5, krb5_mk_req_extended, [KRB5_LIBS="$KRB5_LIBS -lkrb5";
+ AC_CHECK_LIB(krb5, krb5_mk_req_extended, [KRB5_LIBS="$LIBS -lkrb5";
KRB5_CFLAGS="$CFLAGS";
AC_DEFINE(HAVE_KRB5,1,[Whether KRB5 is available])])