From 76c96ad6d7c48bf7250963f0c304860392c3d1bb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 16 Aug 2008 00:27:15 +0200 Subject: configure: use AS_HELP_STRING for --ntp-signd-socket-dir. Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8) --- source4/build/m4/check_path.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/m4/check_path.m4') 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) # -- cgit