From: Ryan Bloom Date: Tue, 5 Dec 2000 05:28:16 +0000 (+0000) Subject: Build apr-util correctly when building the rest of the server. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4121d8ac908fe2200353a937b1ccdaddc73e5c04;p=apache Build apr-util correctly when building the rest of the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87200 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 7693a54092..39e8174eca 100644 --- a/configure.in +++ b/configure.in @@ -128,7 +128,7 @@ APACHE_ENABLE_LAYOUT APACHE_ENABLE_MODULES APACHE_ENABLE_SHARED -INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include" +INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include -I\$(top_srcdir)/srclib/apr-util/include" if test -n "$USE_VPATH"; then INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/srclib/apr/include" fi