Commit ec8ba30f authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 5691be45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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