sync with HEAD and remove --with-misplussam as well
authorGerald Carter <jerry@samba.org>
Tue, 29 Apr 2003 06:06:41 +0000 (06:06 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 29 Apr 2003 06:06:41 +0000 (06:06 +0000)
source/configure.in

index 0b9d4f5d6d09bcbadede2c5a1876281d1a659445..fa9393d9529db10d11ef3584963cebcba430fe74 100644 (file)
@@ -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.