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

*** empty log message ***

This commit is contained in:
Rob Browning 2002-10-28 15:59:57 +00:00
parent 4032a381a4
commit 57996db458

View file

@ -1,3 +1,14 @@
2002-10-28 Rob Browning <rlb@defaultvalue.org>
* 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.
2002-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
Integrated libguile-ltdl/ from HEAD branch.