summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in9
1 files 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