summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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