From d143e5fcab521c5e236a158aa5388b3984877b06 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 16 Aug 2008 00:25:42 +0200 Subject: configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir. Michael (This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3) --- 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 6a4363f4b2..4771225d95 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) # -- cgit