summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_model.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/process_model.m4 b/source4/smbd/process_model.m4
index 6ee8dbf4d8..b2265bdac9 100644
--- a/source4/smbd/process_model.m4
+++ b/source4/smbd/process_model.m4
@@ -6,7 +6,7 @@ SMB_ENABLE(process_model_thread,NO)
# check for pthread support
AC_MSG_CHECKING(whether to use pthreads)
AC_ARG_WITH(pthreads,
-[ --with-pthreads Include pthreads (default=no) ],
+[AS_HELP_STRING([--with-pthreads],[Include pthreads (default=no)])],
[ case "$withval" in
yes)
AC_MSG_RESULT(yes)
@@ -27,7 +27,7 @@ SMB_EXT_LIB(PTHREAD,[-lpthread])
AC_MSG_CHECKING(whether to search for setproctitle support)
AC_ARG_WITH(setproctitle,
-[ --with-setproctitle Search for setproctitle support (default=no)],
+[AS_HELP_STRING([--with-setproctitle], [Search for setproctitle support (default=no)])],
[ case "$withval" in
yes)
AC_MSG_RESULT(yes)