summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:25:09 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:18 +0200
commitcc7d7ba95b870a5e94da718870aaedd88a567fa7 (patch)
tree61e965e58e152641b96487e09209a29b7fd8b775 /source4/build
parent7b3bb570518a2c618556815e5fea15866d8917f5 (diff)
downloadsamba-cc7d7ba95b870a5e94da718870aaedd88a567fa7.tar.gz
samba-cc7d7ba95b870a5e94da718870aaedd88a567fa7.tar.bz2
samba-cc7d7ba95b870a5e94da718870aaedd88a567fa7.zip
configure: use AS_HELP_STRING for --with-winbindd-socket-dir .
Michael (This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index 959020116f..6a4363f4b2 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -57,7 +57,7 @@ AC_ARG_WITH(privatedir,
#################################################
# set where the winbindd socket should be put
AC_ARG_WITH(winbindd-socket-dir,
-[ --with-winbindd-socket-dir=DIR Where to put the winbindd socket ($winbindd_socket_dir)],
+[AS_HELP_STRING([--with-winbindd-socket-dir=DIR],[Where to put the winbindd socket ($winbindd_socket_dir)])],
[ case "$withval" in
yes|no)
#