[Gnucash-changes] r12990 - gnucash/trunk - Default the --enable-compile-warnings argument to yes.

David Hampton hampton at cvs.gnucash.org
Fri Jan 27 02:03:19 EST 2006


Author: hampton
Date: 2006-01-27 02:03:18 -0500 (Fri, 27 Jan 2006)
New Revision: 12990
Trac: http://svn.gnucash.org/trac/changeset/12990

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Default the --enable-compile-warnings argument to yes.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-27 06:15:31 UTC (rev 12989)
+++ gnucash/trunk/ChangeLog	2006-01-27 07:03:18 UTC (rev 12990)
@@ -1,5 +1,8 @@
 2006-01-26  David Hampton  <hampton at employees.org>
 
+	* configure.in: Default the --enable-compile-warnings argument to
+	yes.
+
 	* src/gnome/window-reconcile.c:
 	* src/gnome/glade/tax.glade:
 	* src/gnome/glade/reconcile.glade:

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-27 06:15:31 UTC (rev 12989)
+++ gnucash/trunk/configure.in	2006-01-27 07:03:18 UTC (rev 12990)
@@ -1754,6 +1754,10 @@
 
 if test x${gnc_build_gui} = xtrue ;
 then
+    if test x${enable_compile_warnings} = x ;
+    then
+      enable_compile_warnings="yes"
+    fi
     GNOME_COMPILE_WARNINGS
 
     PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4)



More information about the gnucash-changes mailing list