diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-11-09 16:08:14 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-11-09 16:08:14 +0000 |
commit | 47d3fe181b5b728ba871db19bb5e10f405dd3a16 (patch) | |
tree | d632ecdf1cbba8d904aaaed65c334e502ac7ba44 /source4/configure.in | |
parent | 7d07455b96ec2f09215b569ad0aabff393fc89e3 (diff) | |
download | samba-47d3fe181b5b728ba871db19bb5e10f405dd3a16.tar.gz samba-47d3fe181b5b728ba871db19bb5e10f405dd3a16.tar.xz samba-47d3fe181b5b728ba871db19bb5e10f405dd3a16.zip |
Remove check for SAM, which has already been removed
(This used to be commit db68d642d67125b2d7f8355d6c913719f8821a92)
Diffstat (limited to 'source4/configure.in')
-rw-r--r-- | source4/configure.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/configure.in b/source4/configure.in index dd8f650a57..55ee591665 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -2512,24 +2512,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 |