summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-02-28 15:49:57 +0100
committerKarolin Seeger <kseeger@samba.org>2008-02-28 15:53:43 +0100
commite1b32594c70ee57f16c84adb7910aa5c84a560f8 (patch)
tree6abd929e1bd75db182387f0bdde8d7771506f345 /source3/configure.in
parent707012ab5f8b9a14766f11a2358403593c30758d (diff)
downloadsamba-e1b32594c70ee57f16c84adb7910aa5c84a560f8.tar.gz
samba-e1b32594c70ee57f16c84adb7910aa5c84a560f8.tar.bz2
samba-e1b32594c70ee57f16c84adb7910aa5c84a560f8.zip
Remove smbmount.
Karolin (This used to be commit 5fbd98f7065268ae134108310119078ad8f62322)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4fadfd7ae0..5de8a289db 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -114,7 +114,6 @@ AC_SUBST(INSTALL_PAM_MODULES)
AC_SUBST(UNINSTALL_PAM_MODULES)
AC_SUBST(NSS_MODULES)
AC_SUBST(EXTRA_BIN_PROGS)
-AC_SUBST(SMBMOUNT_PROGS)
AC_SUBST(CIFSMOUNT_PROGS)
AC_SUBST(INSTALL_CIFSMOUNT)
AC_SUBST(UNINSTALL_CIFSMOUNT)
@@ -3991,31 +3990,6 @@ AC_ARG_WITH(automount,
)
#################################################
-# check for smbmount support
-AC_MSG_CHECKING(whether to use smbmount)
-AC_ARG_WITH(smbmount,
-[AS_HELP_STRING([--with-smbmount], [Include smbmount (Linux only) support (default=no)])],
-[ case "$withval" in
- yes)
- case "$host_os" in
- *linux*)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_SMBMOUNT,1,[Whether to build smbmount])
- SMBMOUNT_PROGS="bin/smbmount bin/smbmnt bin/smbumount"
- ;;
- *)
- AC_MSG_ERROR(not on a linux system!)
- ;;
- esac
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
-
-#################################################
# check for mount- and umount.cifs support
CIFSMOUNT_PROGS=""
INSTALL_CIFSMOUNT=""