summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-10-02 18:12:41 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-10-02 18:12:41 +0000
commitbf2ddce45d15222fa6105a79ba489f5e206bfa26 (patch)
tree04c8b7f575bc2eba6fd9401fcdbecfc1891a0973
parent64f966f11058d13fe6e09513b9420b7bbc1d619c (diff)
downloadlibapr-bf2ddce45d15222fa6105a79ba489f5e206bfa26.tar.gz
Merge r1810452
Macro doesn't exit here Mirrors backport r1810453 to 1.7.x git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1810569 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2d58072f4..9849da61f 100644
--- a/configure.in
+++ b/configure.in
@@ -348,7 +348,7 @@ AC_ARG_ENABLE(maintainer-mode,[ --enable-maintainer-mode Turn on debugging and
APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations])
case `($CC --version) 2>/dev/null` in
*clang-900*)
- APACHE_ADD_GCC_CFLAG([-Wno-error=strict-prototypes])
+ APR_ADDTO(CFLAGS,[-Wno-error=strict-prototypes])
;;
esac
elif test "$AIX_XLC" = "yes"; then