diff options
author | Michael Adam <obnox@samba.org> | 2008-08-16 00:27:15 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-16 00:49:19 +0200 |
commit | 76c96ad6d7c48bf7250963f0c304860392c3d1bb (patch) | |
tree | d1141af4f55386e3028bc52cc7d3f53bc04dd7cb | |
parent | d143e5fcab521c5e236a158aa5388b3984877b06 (diff) | |
download | samba-76c96ad6d7c48bf7250963f0c304860392c3d1bb.tar.gz samba-76c96ad6d7c48bf7250963f0c304860392c3d1bb.tar.xz samba-76c96ad6d7c48bf7250963f0c304860392c3d1bb.zip |
configure: use AS_HELP_STRING for --ntp-signd-socket-dir.
Michael
(This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
-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 4771225d95e..3f7c9bd9f07 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) # |