diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-02-28 15:49:57 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-02-28 15:53:43 +0100 |
commit | e1b32594c70ee57f16c84adb7910aa5c84a560f8 (patch) | |
tree | 6abd929e1bd75db182387f0bdde8d7771506f345 /source3/configure.in | |
parent | 707012ab5f8b9a14766f11a2358403593c30758d (diff) | |
download | samba-e1b32594c70ee57f16c84adb7910aa5c84a560f8.tar.gz samba-e1b32594c70ee57f16c84adb7910aa5c84a560f8.tar.xz samba-e1b32594c70ee57f16c84adb7910aa5c84a560f8.zip |
Remove smbmount.
Karolin
(This used to be commit 5fbd98f7065268ae134108310119078ad8f62322)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/configure.in b/source3/configure.in index 4fadfd7ae03..5de8a289db4 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="" |