From: Ryan Bloom Date: Tue, 19 Dec 2000 23:33:54 +0000 (+0000) Subject: Stop searching in installdir/includes/apr. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aac4f8615858cea7168cddebb2094f687ec4375;p=apache Stop searching in installdir/includes/apr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87434 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apxs.in b/support/apxs.in index e2a0569741..457d843b1a 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -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"); }