You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2017/10/03 12:54:55 UTC

svn commit: r1811000 - /apr/apr/trunk/configure.in

Author: jim
Date: Tue Oct  3 12:54:54 2017
New Revision: 1811000

URL: http://svn.apache.org/viewvc?rev=1811000&view=rev
Log:
Also affects clang 5 (and maybe older versions too)

Modified:
    apr/apr/trunk/configure.in

Modified: apr/apr/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=1811000&r1=1810999&r2=1811000&view=diff
==============================================================================
--- apr/apr/trunk/configure.in (original)
+++ apr/apr/trunk/configure.in Tue Oct  3 12:54:54 2017
@@ -362,7 +362,7 @@ AC_ARG_ENABLE(maintainer-mode,[  --enabl
    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