--- configure.in +++ configure.in @@ -1,7 +1,7 @@ dnl -------------------------------------------------------------------- dnl configure.in --- GNU autoconf source for toplevel directory. dnl -dnl Time-stamp: "2008-10-06 19:51:56 bkorb" +dnl Time-stamp: "2008-11-17 10:30:43 schwab" dnl Author: Bruce Korb dnl by: bkorb dnl @@ -242,9 +242,9 @@ AC_SUBST(INCLIST) test ${GUILE_VERSION} -ge 108000 && { case "${GCC}" in yes) - CFLAGS=`echo $CFLAGS -Wall -Werror -Wcast-align \ + CFLAGS=`echo $CFLAGS -Wall -Wcast-align \ -Wmissing-prototypes -Wpointer-arith -Wshadow \ - -Wstrict-prototypes -Wwrite-strings -fno-strict-aliasing` + -Wstrict-prototypes -Wwrite-strings` ;; esac }