From 4032a381a4ac69b30db524d3b6ba8c040364f540 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 28 Oct 2002 15:59:24 +0000 Subject: [PATCH] * 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 727965eab..ff0fba6f5 100644 --- a/configure.in +++ b/configure.in @@ -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],