From df3cb83782721533710bdd355e3cc2e299bc066d Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Mon, 4 Mar 2002 21:20:12 +0000 Subject: [PATCH] Fix up the wording on the --with-module output printed during --help. This has been a FAQ with some new 2.0 module developers. Submitted by: Thom May Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93705 13f79535-47bb-0310-9956-ffa450edef68 --- modules/config5.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/config5.m4 b/modules/config5.m4 index a143f287f3..2e08581731 100644 --- a/modules/config5.m4 +++ b/modules/config5.m4 @@ -1,7 +1,7 @@ AC_MSG_CHECKING(for extra modules) AC_ARG_WITH(module, - APACHE_HELP_STRING(--with-module=location,Include the specified module. location is the - path to the new module.), + APACHE_HELP_STRING(--with-module=module-type:module-file, + Enable module-file in the modules/ directory.), [ modtype=`echo $withval | sed -e's/\(.*\):.*/\1/'` pkg=`echo $withval | sed -e's/.*:\(.*\)/\1/'` -- 2.40.0