From e3ae1a2f2398e8fa107673e83f75675629938d75 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 29 Apr 2003 06:06:41 +0000 Subject: sync with HEAD and remove --with-misplussam as well (This used to be commit 531c2df8d443fde8fafdc95250cb9eb809089d59) --- source3/configure.in | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'source3/configure.in') 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. -- cgit