summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-29 06:06:41 +0000
committerGerald Carter <jerry@samba.org>2003-04-29 06:06:41 +0000
commite3ae1a2f2398e8fa107673e83f75675629938d75 (patch)
tree43fccd909f94aa99d83291e258064c153ac243c3
parent4d6c97edb2a8760bd0a34061017dae8688cb32fe (diff)
downloadsamba-e3ae1a2f2398e8fa107673e83f75675629938d75.tar.gz
samba-e3ae1a2f2398e8fa107673e83f75675629938d75.tar.bz2
samba-e3ae1a2f2398e8fa107673e83f75675629938d75.zip
sync with HEAD and remove --with-misplussam as well
(This used to be commit 531c2df8d443fde8fafdc95250cb9eb809089d59)
-rw-r--r--source3/configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0b9d4f5d6d..fa9393d952 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2464,23 +2464,6 @@ AC_ARG_WITH(ldapsam,
AC_MSG_RESULT(no)
)
-#################################################
-# check for a NISPLUS password database
-AC_MSG_CHECKING(whether to use NISPLUS SAM database)
-AC_ARG_WITH(nisplussam,
-[ --with-nisplussam Include NISPLUS SAM support (default=no)],
-[ case "$withval" in
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_NISPLUS_SAM,1,[Whether to include nisplus SAM support])
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
-
########################################################################################
##
## END OF TESTS FOR SAM BACKENDS.