if test "$GCC" = "yes"; then
APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith])
case `($CC --version) 2>/dev/null` in
- *clang-900*)
+ *clang-900* | *"clang version 5.0.0"*)
APACHE_ADD_GCC_CFLAG([-Wno-error=strict-prototypes])
;;
esac
if test "$GCC" = "yes"; then
APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -O0])
case `($CC --version) 2>/dev/null` in
- *clang-900*)
+ *clang-900* | *"clang version 5.0.0"*)
APACHE_ADD_GCC_CFLAG([-Wno-error=strict-prototypes])
;;
esac