summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:27:15 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:19 +0200
commit76c96ad6d7c48bf7250963f0c304860392c3d1bb (patch)
treed1141af4f55386e3028bc52cc7d3f53bc04dd7cb /source4/build
parentd143e5fcab521c5e236a158aa5388b3984877b06 (diff)
downloadsamba-76c96ad6d7c48bf7250963f0c304860392c3d1bb.tar.gz
samba-76c96ad6d7c48bf7250963f0c304860392c3d1bb.tar.bz2
samba-76c96ad6d7c48bf7250963f0c304860392c3d1bb.zip
configure: use AS_HELP_STRING for --ntp-signd-socket-dir.
Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
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 4771225d95..3f7c9bd9f0 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -89,7 +89,7 @@ AC_ARG_WITH(winbindd-privileged-socket-dir,
#################################################
# 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)],
+[AS_HELP_STRING([--with-ntp-signd-socket-dir=DIR],[Where to put the NTP signing deamon socket ($ac_default_prefix/run/ntp_signd)])],
[ case "$withval" in
yes|no)
#