]> granicus.if.org Git - apache/commitdiff
Stop searching in installdir/includes/apr.
authorRyan Bloom <rbb@apache.org>
Tue, 19 Dec 2000 23:33:54 +0000 (23:33 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 19 Dec 2000 23:33:54 +0000 (23:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87434 13f79535-47bb-0310-9956-ffa450edef68

support/apxs.in

index e2a0569741a7b4955c8b48c69262b4161383f3b4..457d843b1a6294ef3ecd09e7776979c0d4c22e1d 100644 (file)
@@ -379,7 +379,7 @@ if ($opt_c) {
         $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");
 
     }