summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-06-04 22:40:47 +0000
committerAndré Malo <nd@apache.org>2004-06-04 22:40:47 +0000
commit7accf16eed5269fd6085d1b5ccf4a2739b73b0cd (patch)
tree554b7daa186cbccc57a92e61a47522b0682626c0 /configure.in
parent2a3bb01e719ead3eadf944bfcf4e9f226e906912 (diff)
downloadhttpd-7accf16eed5269fd6085d1b5ccf4a2739b73b0cd.tar.gz
Nobody objected:
<IfModule> now takes the module identifier in addition to the filename. CAUTION: this commit breaks the build on netware. It still needs to be adjusted. (but I don't have any netware knowledge...) Also, developers need to re-run buildconf on unices. PR: 29003 Submitted by: Edward Rudd <eddie omegaware.com>, Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103849 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 68bc23bb0e..ee7a975bac 100644
--- a/configure.in
+++ b/configure.in
@@ -134,7 +134,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])
+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])
echo $ac_n "${nl}Applying OS-specific hints for httpd ...${nl}"