summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:23:47 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:18 +0200
commit44b6ffae0b489cecf7c70adaf93a9bd77b386993 (patch)
tree4056eaeaa72bc356f84f5a26ed3fef6d3b78ebb9 /source4/build
parent76bcaa10ac7464933b632e8b04715a87d6ecc50b (diff)
downloadsamba-44b6ffae0b489cecf7c70adaf93a9bd77b386993.tar.gz
samba-44b6ffae0b489cecf7c70adaf93a9bd77b386993.tar.bz2
samba-44b6ffae0b489cecf7c70adaf93a9bd77b386993.zip
configure: remove duplicate definition of --with-winbindd-socket-dir.
I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e. Michael (This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index a209a4b85a..dc1e849a43 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -87,22 +87,6 @@ AC_ARG_WITH(winbindd-privileged-socket-dir,
esac])
#################################################
-# set where the winbindd privilaged socket should be put
-AC_ARG_WITH(winbindd-socket-dir,
-[ --with-winbindd-socket-dir=DIR Where to put the winbindd socket ($ac_default_prefix/run/winbind_pipe)],
-[ case "$withval" in
- yes|no)
- #
- # Just in case anybody calls it without argument
- #
- AC_MSG_WARN([--with-winbind-socketdir called without argument - will use default])
- ;;
- * )
- winbindd_socket_dir="$withval"
- ;;
- esac])
-
-#################################################
# set where the NTP signing deamon socket should be put
AC_ARG_WITH(ntp-signd-socket-dir,
[ --with-ntp-signd-socket-dir=DIR Where to put the NTP signing deamon socket ($ac_default_prefix/run/ntp_signd)],