diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 23:28:40 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 23:28:40 +0000 |
commit | e1a92360929c0c29521dedc57207af62f2b5b431 (patch) | |
tree | b4533f57c97a9a1cc8a916baf6bb85863d2ba51d /source3/configure.in | |
parent | 017eec27bc67a0c3f9afeced21e2a10e112ec6c2 (diff) | |
download | samba-e1a92360929c0c29521dedc57207af62f2b5b431.tar.gz samba-e1a92360929c0c29521dedc57207af62f2b5b431.tar.xz samba-e1a92360929c0c29521dedc57207af62f2b5b431.zip |
Back out some of my sync changes
(This used to be commit b1ad91101d10d1fa635cfbb1684f8b598280cee0)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/configure.in b/source3/configure.in index 070667e44cb..16e9af4b47f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2206,24 +2206,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 |