From 4f7442c2fa47ba5252102b4e446ca514786eb4ca Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 19 Dec 2000 23:33:54 +0000 Subject: [PATCH] Stop searching in installdir/includes/apr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87434 13f79535-47bb-0310-9956-ffa450edef68 --- support/apxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apxs.in b/support/apxs.in index e2a0569741a..457d843b1a6 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"); } -- 2.47.3