summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-05-09 15:58:10 +0000
committerJim Jagielski <jim@apache.org>2011-05-09 15:58:10 +0000
commit7ee5ab0f04a0295a24ecd0d6e4fcef71ea234326 (patch)
tree5f586a8e15c15d51ce28a84cd922f3f3dd440e03 /configure.in
parent2aef21903cd8b2a3d07d5447b75aad29160e0333 (diff)
downloadhttpd-7ee5ab0f04a0295a24ecd0d6e4fcef71ea234326.tar.gz
Use AP_ instead of APR_ and move into the compile CPP
flags git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9a565550b0..bdc5f51f5d 100644
--- a/configure.in
+++ b/configure.in
@@ -512,8 +512,9 @@ APACHE_SUBST(DTRACE)
AC_ARG_ENABLE(hook-probes,APACHE_HELP_STRING(--enable-hook-probes,Enable APR hook probes),
[
- AC_DEFINE(APR_HOOK_PROBES_ENABLED, 1,
+ AC_DEFINE(AP_HOOK_PROBES_ENABLED, 1,
[Enable the APR hook probes capability, reading from ap_hook_probes.h])
+ APR_ADDTO(CPPFLAGS, -DAP_HOOK_PROBES_ENABLED)
])dnl
AC_ARG_ENABLE(exception-hook,APACHE_HELP_STRING(--enable-exception-hook,Enable fatal exception hook),