summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-12 03:08:51 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-12 03:08:51 +0000
commit39d7983a470cc3470dd7126de35697d965817cb6 (patch)
tree3ea0a07654ef722724da73d90f21297a373a97e9 /source3/configure.in
parente041c15c533f4f181875e334463c825b46a79a7c (diff)
downloadsamba-39d7983a470cc3470dd7126de35697d965817cb6.tar.gz
samba-39d7983a470cc3470dd7126de35697d965817cb6.tar.bz2
samba-39d7983a470cc3470dd7126de35697d965817cb6.zip
- enable MSDFS by default, there seems no reason not to have it enabled
by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file (This used to be commit b8651acb9c0d7248a6a2e82c33b1e43633fd83fd)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 82a00f311e..a30ee5a25e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1921,24 +1921,6 @@ AC_ARG_WITH(utmp,
)
#################################################
-# check for MS Dfs support
-
-AC_MSG_CHECKING(whether to support Microsoft Dfs)
-AC_ARG_WITH(msdfs,
-[ --with-msdfs Include MS Dfs support (default=no)],
-[ case "$withval" in
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_MSDFS)
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
-
-#################################################
# set private directory location
AC_ARG_WITH(privatedir,
[ --with-privatedir=DIR Where to put smbpasswd ($ac_default_prefix/private)],