1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

Build without `-Werror' by default.

* configure.in: Set GUILE_ERROR_ON_WARNING to "no" by default.
This commit is contained in:
Ludovic Courtès 2012-05-23 14:59:17 +02:00
parent 93f68a5ac4
commit e7e267be01

View file

@ -5,7 +5,7 @@ dnl
define(GUILE_CONFIGURE_COPYRIGHT,[[ define(GUILE_CONFIGURE_COPYRIGHT,[[
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. 2006, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
This file is part of GUILE This file is part of GUILE
@ -101,7 +101,7 @@ AM_PATH_LISPDIR
# #
#-------------------------------------------------------------------- #--------------------------------------------------------------------
GUILE_ERROR_ON_WARNING="yes" GUILE_ERROR_ON_WARNING="no"
AC_ARG_ENABLE(error-on-warning, AC_ARG_ENABLE(error-on-warning,
[ --enable-error-on-warning treat compile warnings as errors], [ --enable-error-on-warning treat compile warnings as errors],