From 23c45a79d0270f8279235058ff914060d80e49e6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 25 Jun 2003 12:20:29 +0000 Subject: 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) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])]) -- cgit