From 2f51419545134341740482a58e0d350d508e35d8 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 11 Nov 2011 11:28:35 +0000 Subject: [PATCH] Tighten gtk+ requirement to 2.18.1 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21557 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 61113bed33..a1a150319e 100644 --- a/configure.ac +++ b/configure.ac @@ -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)