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/12/20 00:33:55 UTC

cvs commit: httpd-2.0/support apxs.in

rbb         00/12/19 15:33:54

  Modified:    support  apxs.in
  Log:
  Stop searching in installdir/includes/apr.
  
  Revision  Changes    Path
  1.14      +1 -1      httpd-2.0/support/apxs.in
  
  Index: apxs.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/apxs.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apxs.in	2000/11/22 20:35:56	1.13
  +++ apxs.in	2000/12/19 23:33:54	1.14
  @@ -379,7 +379,7 @@
           $lo =~ s|\.c$|.lo|;
           my $la = $s;
           $la =~ s|\.c$|.la|;
  -        push(@cmds, "libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR -I$CFG_INCLUDEDIR/apr $opt -c $s && touch $slo");
  +        push(@cmds, "libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c $s && touch $slo");
           push(@cmds, "libtool --silent --mode=link $CFG_CC $cflags -o $la -rpath $CFG_LIBEXECDIR -module -avoid-version $lo");
   
       }