Without these flags in the tests, they will be able to work again.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@390
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
AC_PROG_LN_S
AC_PROG_LIBTOOL
if test -n "$GCC"; then
- CFLAGS="$CFLAGS -ansi -pedantic -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros"
+ CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros"
fi
AC_CHECK_PROGS(GCOV, gcov, false)
AC_CHECK_PROGS(LCOV, lcov, false)
EXTRA_DIST = check.h.in
-AM_CFLAGS = @GCOV_CFLAGS@
+AM_CFLAGS = @GCOV_CFLAGS@ -ansi -pedantic
CFILES =\