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:
parent
bba8cddc40
commit
4032a381a4
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue