]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo in the configure script. The argument is --enable-mods-shared,
authorRyan Bloom <rbb@apache.org>
Thu, 11 Oct 2001 04:50:57 +0000 (04:50 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 11 Oct 2001 04:50:57 +0000 (04:50 +0000)
but we documented it as --enable-mod-shared.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91418 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 41a6b120990e2b2eeb1706a4e87d5a938f79ca84..4def54d3302a226b2ab1bc73296fc2bb71ee7067 100644 (file)
@@ -360,7 +360,7 @@ AC_DEFUN(APACHE_ENABLE_MODULES,[
   ])
   
   AC_ARG_ENABLE(mods-shared,
-  APACHE_HELP_STRING(--enable-mod-shared=MODULE-LIST,Shared modules to enable),[
+  APACHE_HELP_STRING(--enable-mods-shared=MODULE-LIST,Shared modules to enable),[
     for i in $enableval; do
       if test "$i" = "all" -o "$i" = "most"; then
         module_selection=$i