summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-29 21:33:02 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-29 21:33:02 +0000
commitaa09f94e6961ecb9fd54cb8763a2e1b2534730ab (patch)
tree6b787d570c9b3ba26d41d3e44f4f04dc038dfa83 /source3/configure.in
parent1608de77a4c916fefb4d98e0678f59dcab973ffd (diff)
downloadsamba-aa09f94e6961ecb9fd54cb8763a2e1b2534730ab.tar.gz
samba-aa09f94e6961ecb9fd54cb8763a2e1b2534730ab.tar.bz2
samba-aa09f94e6961ecb9fd54cb8763a2e1b2534730ab.zip
Back out SAM - it belongs in HEAD
(This used to be commit da0d48eedce29ba236a517c99e35babb39d6a794)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 206a9edb50..b37f214140 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2195,24 +2195,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