summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2005-10-15 20:51:05 +0000
committerAndré Malo <nd@apache.org>2005-10-15 20:51:05 +0000
commit558abd49faf2d3f6b14bac048773f7827d23d3a5 (patch)
tree2a3c9018af681bee698453d03948c125b35d626b /configure.in
parent00feac4b964bd7f9f3dd2f0fef98873df06cf868 (diff)
downloadhttpd-558abd49faf2d3f6b14bac048773f7827d23d3a5.tar.gz
make mod_dbd.h available for all who need it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4725d8c88c..3234797648 100644
--- a/configure.in
+++ b/configure.in
@@ -183,7 +183,7 @@ if test "$abs_builddir" != "$abs_srcdir"; then
APR_ADDTO(INCLUDES, [-I\$(top_builddir)/include])
fi
-APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_srcdir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_srcdir)/modules/http -I\$(top_srcdir)/modules/filters -I\$(top_srcdir)/modules/proxy -I\$(top_srcdir)/include -I\$(top_srcdir)/modules/generators -I\$(top_srcdir)/modules/mappers])
+APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_srcdir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_srcdir)/modules/http -I\$(top_srcdir)/modules/filters -I\$(top_srcdir)/modules/proxy -I\$(top_srcdir)/include -I\$(top_srcdir)/modules/generators -I\$(top_srcdir)/modules/mappers -I\$(top_srcdir)/modules/database])
# apr/apr-util --includes may pick up system paths for dependent
# libraries, so ensure these are later in INCLUDES than local source