diff options
author | Ryan Bloom <rbb@apache.org> | 2001-10-11 06:50:57 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-10-11 06:50:57 +0200 |
commit | cc570d9e457e71672e37ded4385a4112d002fc8b (patch) | |
tree | 77c3f681f2edada65522fb5c80c0e64217a3ef4a /acinclude.m4 | |
parent | Remove some warnings from the code. The buckets take a different (diff) | |
download | apache2-cc570d9e457e71672e37ded4385a4112d002fc8b.tar.xz apache2-cc570d9e457e71672e37ded4385a4112d002fc8b.zip |
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
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 41a6b12099..4def54d330 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 |