You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fa...@locus.apache.org on 2000/05/11 21:14:04 UTC

cvs commit: apache-2.0/src/modules/extra config.m4

fanf        00/05/11 12:14:03

  Modified:    src/modules/extra config.m4
  Log:
  Make ./configure --help look slightly better
  
  Revision  Changes    Path
  1.6       +2 -2      apache-2.0/src/modules/extra/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/extra/config.m4,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.m4	2000/03/15 23:03:49	1.5
  +++ config.m4	2000/05/11 19:14:03	1.6
  @@ -4,8 +4,8 @@
   
   AC_MSG_CHECKING(for extra modules)
   AC_ARG_WITH(module,
  -  [ --with-module=location     Include the specified module.  location is the
  -                               path to the new module.],
  +  [  --with-module=location  Include the specified module.  location is the
  +                          path to the new module.],
     [
     IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     for pkg in $withval; do