From: Ryan Bloom Date: Thu, 11 Oct 2001 04:50:57 +0000 (+0000) Subject: Fix a typo in the configure script. The argument is --enable-mods-shared, X-Git-Tag: 2.0.26~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc570d9e457e71672e37ded4385a4112d002fc8b;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo in the configure script. The argument is --enable-mods-shared, 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index 41a6b120990..4def54d3302 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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