mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Default the --enable-compile-warnings argument to yes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12990 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6f5ef9f974
commit
27abe083de
@ -1,5 +1,8 @@
|
||||
2006-01-26 David Hampton <hampton@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:
|
||||
|
@ -1754,6 +1754,10 @@ AM_CONDITIONAL(GNUCASH_ENABLE_GUI, test x${gnc_build_gui} = xtrue)
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user