mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Build without `-Werror' by default.
* configure.in: Set GUILE_ERROR_ON_WARNING to "no" by default.
This commit is contained in:
parent
93f68a5ac4
commit
e7e267be01
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ dnl
|
|||
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
||||
|
||||
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
|
||||
|
||||
|
@ -101,7 +101,7 @@ AM_PATH_LISPDIR
|
|||
#
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
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