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 | |
parent | 017eec27bc67a0c3f9afeced21e2a10e112ec6c2 (diff) | |
download | samba-e1a92360929c0c29521dedc57207af62f2b5b431.tar.gz samba-e1a92360929c0c29521dedc57207af62f2b5b431.tar.bz2 samba-e1a92360929c0c29521dedc57207af62f2b5b431.zip |
Back out some of my sync changes
(This used to be commit b1ad91101d10d1fa635cfbb1684f8b598280cee0)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/source3/configure b/source3/configure index 53487964f8..c0be6591cf 100755 --- a/source3/configure +++ b/source3/configure @@ -876,7 +876,6 @@ Optional Packages: --with-smbmount Include SMBMOUNT (Linux only) support (default=no) --with-pam Include PAM support (default=no) --with-pam_smbpass Build a PAM module to allow other applications to use our smbpasswd file (default=no) - --with-sam Build new (experimental) SAM database (default=no) --with-ldapsam Include LDAP SAM 2.2 compatible configuration (default=no) --with-tdbsam Include experimental TDB SAM support (default=no) --with-nisplussam Include NISPLUS SAM support (default=no) @@ -21107,36 +21106,6 @@ _ACEOF fi fi -# New experimental SAM system - -echo "$as_me:$LINENO: checking whether to build the new (experimental) SAM database" >&5 -echo $ECHO_N "checking whether to build the new (experimental) SAM database... $ECHO_C" >&6 - -# Check whether --with-sam or --without-sam was given. -if test "${with_sam+set}" = set; then - withval="$with_sam" - case "$withval" in - yes) - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - -cat >>confdefs.h <<\_ACEOF -#define WITH_SAM 1 -_ACEOF - - ;; - *) - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 - ;; - esac -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 - -fi; - - ######################################################################################## ## ## TESTS FOR SAM BACKENDS. KEEP THESE GROUPED TOGETHER |