You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/10/11 06:50:57 UTC

cvs commit: httpd-2.0 acinclude.m4

rbb         01/10/10 21:50:57

  Modified:    .        acinclude.m4
  Log:
  Fix a typo in the configure script.  The argument is --enable-mods-shared,
  but we documented it as --enable-mod-shared.
  
  Revision  Changes    Path
  1.104     +1 -1      httpd-2.0/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/acinclude.m4,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- acinclude.m4	2001/10/11 03:42:53	1.103
  +++ acinclude.m4	2001/10/11 04:50:57	1.104
  @@ -360,7 +360,7 @@
     ])
     
     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