From 52e4b4d5abf8136959b21d7cc0ad11c480a7f471 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 24 Jun 2003 07:46:26 +0000 Subject: More tuning of Kerberos detection - don't fall through to detect kerberos libs when we have already decided that we can't do it. (This used to be commit db792ed530da4e040084d4b42b716ffdcdd13bd3) --- source3/configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 4d52d493eb..03561012be 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2215,11 +2215,14 @@ if test x"$with_ads_support" != x"no"; then CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" - fi - # Get rid of case where $with_ads_support=auto + else + + # Get rid of case where $with_ads_support=auto - with_ads_support="yes" + with_ads_support="yes" + + fi fi # Now we have determined whether we really want ADS support -- cgit