1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 03:00:19 +02:00

* configure.in: accidentally turned -Werror on by default -- turn

it off.

* configure.in: rearrange things so that --enable-error-on-warning
uses GUILE_ERROR_ON_WARNING as an indicator and actually set the
value of CFLAGS to include -Werror at the end of configure.in so
it doesn't break any of the non-Werror clean configure tests.
Add check for assert.h since it's used in config.h.in.
This commit is contained in:
Rob Browning 2002-10-28 15:59:24 +00:00
parent bba8cddc40
commit 4032a381a4

View file

@ -43,7 +43,7 @@ AC_CONFIG_SUBDIRS(guile-readline)
#
#--------------------------------------------------------------------
GUILE_ERROR_ON_WARNING="yes"
GUILE_ERROR_ON_WARNING="no"
AC_ARG_ENABLE(error-on-warning,
[ --enable-error-on-warning treat compile warnings as errors],