diff --git a/expat/configure.in b/expat/configure.in index c9be67dc..2e39480f 100644 --- a/expat/configure.in +++ b/expat/configure.in @@ -62,6 +62,10 @@ dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL +if test "$GCC" = yes ; then + CFLAGS="$CFLAGS -Wall -Wstrict-prototypes" +fi + dnl Checks for libraries. dnl Checks for header files.