From: Joe Orton Date: Mon, 26 Jan 2004 09:18:36 +0000 (+0000) Subject: * configure.in: Remove unnecessary $builddir/server/mpm/$mpm and X-Git-Tag: pre_ajp_proxy~769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd58eab4b65dc0956dcbe018e9e852f71735b1e;p=thirdparty%2Fapache%2Fhttpd.git * configure.in: Remove unnecessary $builddir/server/mpm/$mpm and $srcdir from INCLUDES. Remove unused USE_VPATH variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102406 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 87375d17b16..7ee2252a2e3 100644 --- a/configure.in +++ b/configure.in @@ -131,8 +131,7 @@ dnl then we are running in VPATH mode. APR_ADDTO(INCLUDES, [-I.]) if test "$abs_builddir" != "$abs_srcdir"; then - USE_VPATH=1 - APR_ADDTO(INCLUDES, [-I\$(srcdir) -I\$(top_builddir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_builddir)/include]) + 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])