summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-05-09 15:36:22 +0000
committerJim Jagielski <jim@apache.org>2011-05-09 15:36:22 +0000
commit901d35fe8067fa13a0ca902a02ae748a18ea553c (patch)
tree238cbcd67d5a014cd9ee84370da8cdb08498f078 /configure.in
parent6b99aba74ccea64edcbe0afcf88ceaf524f038e4 (diff)
downloadhttpd-901d35fe8067fa13a0ca902a02ae748a18ea553c.tar.gz
Start of ap_hooks.h setup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 417ab25397..9a565550b0 100644
--- a/configure.in
+++ b/configure.in
@@ -510,6 +510,12 @@ esac
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,
+ [Enable the APR hook probes capability, reading from ap_hook_probes.h])
+])dnl
+
AC_ARG_ENABLE(exception-hook,APACHE_HELP_STRING(--enable-exception-hook,Enable fatal exception hook),
[
AC_DEFINE(AP_ENABLE_EXCEPTION_HOOK, 1,