Tighten gtk+ requirement to 2.18.1

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21557 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-11-11 11:28:35 +00:00
parent 65892924cf
commit 2f51419545

View File

@ -867,9 +867,7 @@ then
fi
GNOME_COMPILE_WARNINGS
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.16)
# Should be >= 2.18.1 once we got the win32 webkit build with newer
# gtk working.
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.18.1)
AS_SCRUB_INCLUDE(GTK_CFLAGS)
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)