configure: remove duplicate definition of --with-winbindd-socket-dir.
authorMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:23:47 +0000 (00:23 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:49:18 +0000 (00:49 +0200)
I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e.

Michael

source/build/m4/check_path.m4

index a209a4b85a858c1c59c460bb7a7ce9cd40da147d..dc1e849a43f5b2e4085cbe66f96eb4724c0b65dc 100644 (file)
@@ -86,22 +86,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,