1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

Don't use `-Werror' by default.

* configure.ac (GUILE_ERROR_ON_WARNING): Default to "no".

* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.

* NEWS: Update.
This commit is contained in:
Ludovic Courtès 2009-11-17 23:31:45 +01:00
parent 587cd3bfc9
commit 13922e3fa9
3 changed files with 7 additions and 1 deletions

View file

@ -96,7 +96,7 @@ AC_DEFINE_UNQUOTED([HOST_TYPE], ["$host"],
#
#--------------------------------------------------------------------
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],