configure.ac: Use -Werror in C(PP)FLAGS

Change-Id: Ic674bf28d781b9806dc023777e1fea4ee1a0257a
This commit is contained in:
Pau Espin 2017-06-21 07:44:28 +02:00
parent 62eddcdcd8
commit 7d1f53143e
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ PKG_PROG_PKG_CONFIG([0.20])
AC_CONFIG_MACRO_DIR([m4])
CFLAGS+=" -Wall"
CPPFLAGS+=" -Wall"
CFLAGS+=" -Wall -Werror"
CPPFLAGS+=" -Wall -Werror"
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"