From c4bbd145876721fdce56a83453c704facabbf0ee Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 28 Apr 2014 18:44:46 +0200 Subject: [PATCH] Revert error on warning default when building from svn --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a2ad8615d9..35ff0e3982 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"