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/02/18 03:12:16 UTC

cvs commit: apache-2.0/src acinclude.m4

rbb         00/02/17 18:12:16

  Modified:    src      acinclude.m4
  Log:
  These changes didn't get into the patch for dynamic modules.  With this,
  dynamic modules should work.  :-)
  
  Revision  Changes    Path
  1.20      +2 -0      apache-2.0/src/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/acinclude.m4,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- acinclude.m4	2000/01/21 01:25:20	1.19
  +++ acinclude.m4	2000/02/18 02:12:16	1.20
  @@ -50,6 +50,7 @@
     APACHE_SUBST(CC)
     APACHE_SUBST(CFLAGS)
     APACHE_SUBST(CPPFLAGS)
  +  APACHE_SUBST(LTFLAGS)
     APACHE_SUBST(LDFLAGS)
     APACHE_SUBST(DEFS)
     APACHE_SUBST(LIBTOOL)
  @@ -250,6 +251,7 @@
       case "$enable_$1" in
       shared*)
         enable_$1=`echo $ac_n $enable_$1$ac_c|sed 's/shared,*//'`
  +      sharedobjs=yes
         shared=yes;;
       *)
         MODLIST="$MODLIST ifelse($4,,$1,$4)"