Really bump the version number for setting the GNOME_DISABLE_DEPRECATED flag.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13934 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-05-06 23:01:36 +00:00
parent bb0afbe8fb
commit 367b78637b

View File

@ -1017,8 +1017,8 @@ then
AC_SUBST(GNOME_CFLAGS) AC_SUBST(GNOME_CFLAGS)
AC_SUBST(GNOME_LIBS) AC_SUBST(GNOME_LIBS)
AC_MSG_CHECKING([for untested GNOME versions (libgnome > 2.14)]) AC_MSG_CHECKING([for untested GNOME versions (libgnome >= 2.15.0)])
if $PKG_CONFIG 'libgnome-2.0 > 2.14' if $PKG_CONFIG 'libgnome-2.0 >= 2.15.0'
then then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
HAVE_UNTESTED_GNOME=yes HAVE_UNTESTED_GNOME=yes