More tuning of Kerberos detection - don't fall through to detect kerberos libs
authorTim Potter <tpot@samba.org>
Tue, 24 Jun 2003 07:46:26 +0000 (07:46 +0000)
committerTim Potter <tpot@samba.org>
Tue, 24 Jun 2003 07:46:26 +0000 (07:46 +0000)
when we have already decided that we can't do it.

source/configure.in

index 4d52d493eb6ad975cde9b9d02e6b4b4ada13240e..03561012be627a3f3baf79314da12027d3f8ccab 100644 (file)
@@ -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