diff options
author | Michael Adam <obnox@samba.org> | 2008-08-16 00:25:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-16 00:49:18 +0200 |
commit | cc7d7ba95b870a5e94da718870aaedd88a567fa7 (patch) | |
tree | 61e965e58e152641b96487e09209a29b7fd8b775 /source4 | |
parent | 7b3bb570518a2c618556815e5fea15866d8917f5 (diff) | |
download | samba-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')
-rw-r--r-- | source4/build/m4/check_path.m4 | 2 |
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) # |