]> granicus.if.org Git - apache/commitdiff
Build apr-util correctly when building the rest of the server.
authorRyan Bloom <rbb@apache.org>
Tue, 5 Dec 2000 05:28:16 +0000 (05:28 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 5 Dec 2000 05:28:16 +0000 (05:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87200 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 7693a5409212280c6e8a509e0f70f9f47e5345b6..39e8174eca0764907eb8073ba99b953125ebabb7 100644 (file)
@@ -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