summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/config5.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/config5.m4 b/modules/config5.m4
index caa40eaf70..a143f287f3 100644
--- a/modules/config5.m4
+++ b/modules/config5.m4
@@ -1,7 +1,7 @@
AC_MSG_CHECKING(for extra modules)
AC_ARG_WITH(module,
- [ --with-module=location Include the specified module. location is the
- path to the new module.],
+ APACHE_HELP_STRING(--with-module=location,Include the specified module. location is the
+ path to the new module.),
[
modtype=`echo $withval | sed -e's/\(.*\):.*/\1/'`
pkg=`echo $withval | sed -e's/.*:\(.*\)/\1/'`