Remove check for SAM, which has already been removed
authorJelmer Vernooij <jelmer@samba.org>
Sun, 9 Nov 2003 16:08:14 +0000 (16:08 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 9 Nov 2003 16:08:14 +0000 (16:08 +0000)
(This used to be commit db68d642d67125b2d7f8355d6c913719f8821a92)

source4/configure.in

index dd8f650a5749c5f38824330a8ec5a924a916fec8..55ee59166538ab314bc18a286d6dcc1d5646475b 100644 (file)
@@ -2512,24 +2512,6 @@ if test x"$samba_cv_HAVE_TRUNCATED_SALT" = x"yes"; then
 fi
 fi
 
-# New experimental SAM system
-
-AC_MSG_CHECKING([whether to build the new (experimental) SAM database])
-AC_ARG_WITH(sam,
-[  --with-sam              Build new (experimental) SAM database (default=no)],
-[ case "$withval" in
-  yes)
-    AC_MSG_RESULT(yes)
-    AC_DEFINE(WITH_SAM,1,[Whether to build the new (experimental) SAM database])
-    ;;
-  *)
-    AC_MSG_RESULT(no)
-    ;;
-  esac ],
-  AC_MSG_RESULT(no)
-)
-
-
 ########################################################################################
 ##
 ## TESTS FOR SAM BACKENDS.  KEEP THESE GROUPED TOGETHER