summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-14 10:05:33 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-14 10:05:33 +0000
commite121d0b4d6787c5cbe5e1e6c8d466112dc44fad9 (patch)
tree19a9df62f64cbcd86be10485a297a6011c094611 /source3/configure.in
parentde7094af68ef0d6b83dd19100afc62a4ed5ab27e (diff)
downloadsamba-e121d0b4d6787c5cbe5e1e6c8d466112dc44fad9.tar.gz
samba-e121d0b4d6787c5cbe5e1e6c8d466112dc44fad9.tar.bz2
samba-e121d0b4d6787c5cbe5e1e6c8d466112dc44fad9.zip
Get rid of 'sam backend' and --with-sam
(This used to be commit c95a4a5aeb53cc401a7b43633f2a8cc006b1fd00)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/source3/configure.in b/source3/configure.in
index d1ca1e494b..555cc06fc3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2079,7 +2079,7 @@ ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"
CFLAGS=""
LIBS=""
-
+
#################################################
# check for krb5-config from recent MIT and Heimdal kerberos 5
AC_PATH_PROG(KRB5_CONFIG, krb5-config)
@@ -2433,24 +2433,6 @@ if test x"$samba_cv_HAVE_TRUNCATED_SALT" = x"yes"; then
fi
fi
-# New experimental SAM system
-
-AC_MSG_CHECKING([whether to build the new (experimental) SAM database])
-AC_ARG_WITH(sam,
-[ --with-sam Build new (experimental) SAM database (default=no)],
-[ case "$withval" in
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_SAM,1,[Whether to build the new (experimental) SAM database])
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
-
-
########################################################################################
##
## TESTS FOR SAM BACKENDS. KEEP THESE GROUPED TOGETHER