gnucash maint: Revert error on warning default when building from svn

Geert Janssens gjanssens at code.gnucash.org
Mon Apr 28 12:45:02 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/c4bbd145 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7c0074a1 (commit)



commit c4bbd145876721fdce56a83453c704facabbf0ee
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Apr 28 18:44:46 2014 +0200

    Revert error on warning default when building from svn

diff --git a/configure.ac b/configure.ac
index a2ad861..35ff0e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1283,7 +1283,7 @@ then
   if test "x$BUILDING_FROM_SCM" = "xyes"
   then
     # This code is from svn/svk/git/bzr, so enable error-on-warning
-    error_on_warning_as_default="no"
+    error_on_warning_as_default="yes"
   else
     # This is from a tarball, so disable error-on-warning
     error_on_warning_as_default="no"



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list