summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-05-09 20:34:42 +0000
committerJeff Trawick <trawick@apache.org>2011-05-09 20:34:42 +0000
commit2f4222c3d77074b71223fbe2700e5cd8b7881b13 (patch)
tree3013a8456c1bf998068726755ab3debdbb2d4fbe /acinclude.m4
parent0998c2e208c9665d22c77a563be7b257aa538d59 (diff)
downloadhttpd-2f4222c3d77074b71223fbe2700e5cd8b7881b13.tar.gz
keep -DAP_HOOK_PROBES_ENABLED (--enable-hook-probes) and
-DAP_DECLARE_EXPORT (MinGW builds) out of the *CPPFLAGS used for third-party module builds introduce INTERNAL_CPPFLAGS for that; apxs bypasses this git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 852f5333e7..7dfbd8329c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -73,6 +73,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(EXTRA_LDFLAGS)
APACHE_SUBST(EXTRA_LIBS)
APACHE_SUBST(EXTRA_INCLUDES)
+ APACHE_SUBST(INTERNAL_CPPFLAGS)
APACHE_SUBST(LIBTOOL)
APACHE_SUBST(SHELL)
APACHE_SUBST(RSYNC)