From bf2ddce45d15222fa6105a79ba489f5e206bfa26 Mon Sep 17 00:00:00 2001 From: wrowe Date: Mon, 2 Oct 2017 18:12:41 +0000 Subject: 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1