diff options
author | Michael Adam <obnox@samba.org> | 2008-08-16 00:25:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-16 00:49:18 +0200 |
commit | d143e5fcab521c5e236a158aa5388b3984877b06 (patch) | |
tree | d0b97991b54bc1cf4b4d5b20b527cc2eeaab91a6 | |
parent | cc7d7ba95b870a5e94da718870aaedd88a567fa7 (diff) | |
download | samba-d143e5fcab521c5e236a158aa5388b3984877b06.tar.gz samba-d143e5fcab521c5e236a158aa5388b3984877b06.tar.xz samba-d143e5fcab521c5e236a158aa5388b3984877b06.zip |
configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.
Michael
(This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3)
-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 6a4363f4b22..4771225d95e 100644 --- a/source4/build/m4/check_path.m4 +++ b/source4/build/m4/check_path.m4 @@ -73,7 +73,7 @@ AC_ARG_WITH(winbindd-socket-dir, ################################################# # set where the winbindd privilaged socket should be put AC_ARG_WITH(winbindd-privileged-socket-dir, -[ --with-winbindd-privileged-socket-dir=DIR Where to put the winbindd socket ($winbindd_privileged_socket_dir)], +[AS_HELP_STRING([--with-winbindd-privileged-socket-dir=DIR],[Where to put the winbindd socket ($winbindd_privileged_socket_dir)])], [ case "$withval" in yes|no) # |