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...@locus.apache.org on 2000/07/25 22:08:14 UTC

cvs commit: apache-2.0/src acinclude.m4

rbb         00/07/25 13:08:13

  Modified:    src      acinclude.m4
  Log:
  Change --enable-shared that Apache defines to --enable-mods-shared.  The
  original name was conflicting with an option for ./configure that libtool
  defines automatically.
  
  Revision  Changes    Path
  1.43      +2 -2      apache-2.0/src/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/acinclude.m4,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- acinclude.m4	2000/07/23 18:00:42	1.42
  +++ acinclude.m4	2000/07/25 20:08:12	1.43
  @@ -391,8 +391,8 @@
   dnl APACHE_ENABLE_SHARED
   dnl
   AC_DEFUN(APACHE_ENABLE_SHARED,[
  -AC_ARG_ENABLE(shared,
  -[  --enable-shared=MODULE-LIST],[
  +AC_ARG_ENABLE(mods-shared,
  +[  --enable-mods-shared=MODULE-LIST],[
     for i in $enableval; do
     	eval "enable_$i=shared"
     done