summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-06-06 16:54:51 +0000
committerStefan Fritsch <sf@apache.org>2010-06-06 16:54:51 +0000
commit98a1e93dca3b34630d607bc15d95f6dfe39d778d (patch)
tree4996f13736601a68a8d5cfe7344c60f639a55b67 /configure.in
parentafd39cbd258e7ca5ea888b3a42a91e20092de268 (diff)
downloadhttpd-98a1e93dca3b34630d607bc15d95f6dfe39d778d.tar.gz
- Introduce log levels trace1/.../trace8
- Add macro wrappers for ap_log_*error. On C99, this will save argument preparation and function call overhead when a message is not logged because of the configured loglevel. - Introduce per-module loglevel configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4501857bb2..9ee5b5b58b 100644
--- a/configure.in
+++ b/configure.in
@@ -170,6 +170,9 @@ dnl PCRE and for our config tests will be whatever PCRE determines.
AC_PROG_CC
AC_PROG_CPP
+dnl Try to get c99 support for variadic macros
+AC_PROG_CC_C99
+
if test "x${cache_file}" = "x/dev/null"; then
# Likewise, ensure that CC and CPP are passed through to the pcre
# configure script iff caching is disabled (the autoconf 2.5x default).