summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-01-31 20:28:52 +0000
committerJim Jagielski <jim@apache.org>2011-01-31 20:28:52 +0000
commit12ae415dbed436d71942f1cd123103b746557bc4 (patch)
tree7e737a0a71e094423828e53490ef320bae6339c2 /configure.in
parent493c04a66fe912ae5c743f48099f0b3b594f0705 (diff)
downloadhttpd-12ae415dbed436d71942f1cd123103b746557bc4.tar.gz
Move some "nice to be able to change" balancer stuff to shm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1065748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bdb6b7c265..88ef769121 100644
--- a/configure.in
+++ b/configure.in
@@ -529,7 +529,7 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HELP_STRING(--enable-maintainer-mode,Turn o
[
APR_ADDTO(CPPFLAGS, -DAP_DEBUG)
if test "$GCC" = "yes"; then
- APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith])
+ APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -O0])
AC_CACHE_CHECK([whether gcc accepts -Wdeclaration-after-statement], [ap_cv_cc_Wdas], [
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -Wdeclaration-after-statement"