summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-29 06:03:04 +0000
committerGerald Carter <jerry@samba.org>2003-04-29 06:03:04 +0000
commit4d6c97edb2a8760bd0a34061017dae8688cb32fe (patch)
treea47efc281bbb060ef5defdc142336b001f7baecb /source3/configure.in
parentb15ea80acf28a9d6ba24f7759c32e8c95217c0d5 (diff)
downloadsamba-4d6c97edb2a8760bd0a34061017dae8688cb32fe.tar.gz
samba-4d6c97edb2a8760bd0a34061017dae8688cb32fe.tar.bz2
samba-4d6c97edb2a8760bd0a34061017dae8688cb32fe.zip
remove --with-tdbsam since it is always built now
(This used to be commit f277cd54ea6be5cad6ea765d992bc4133765ef92)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 280cddbde6..0b9d4f5d6d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2465,23 +2465,6 @@ AC_ARG_WITH(ldapsam,
)
#################################################
-# check for a TDB password database
-AC_MSG_CHECKING(whether to use TDB SAM database)
-AC_ARG_WITH(tdbsam,
-[ --with-tdbsam Include experimental TDB SAM support (default=no)],
-[ case "$withval" in
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_TDB_SAM,1,[Whether to include experimental TDB SAM support])
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
-
-#################################################
# check for a NISPLUS password database
AC_MSG_CHECKING(whether to use NISPLUS SAM database)
AC_ARG_WITH(nisplussam,