summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2017-10-03 12:55:19 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2017-10-03 12:55:19 +0000
commitfb02a8c06aabf53466d3712ccacacd9bef55bbed (patch)
treeef69c333e55e87386b081c4c8b94e529cc703610
parentbf2ddce45d15222fa6105a79ba489f5e206bfa26 (diff)
downloadlibapr-fb02a8c06aabf53466d3712ccacacd9bef55bbed.tar.gz
Also affects clang 5 (and maybe older versions too)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1811002 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 9849da61f..719f33141 100644
--- a/configure.in
+++ b/configure.in
@@ -347,7 +347,7 @@ AC_ARG_ENABLE(maintainer-mode,[ --enable-maintainer-mode Turn on debugging and
if test "$GCC" = "yes"; then
APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations])
case `($CC --version) 2>/dev/null` in
- *clang-900*)
+ *clang-900* | *"clang version 5.0.0"*)
APR_ADDTO(CFLAGS,[-Wno-error=strict-prototypes])
;;
esac