From 32ab5f0ec0319d0f1dc9e880b594c579851af54c Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 27 Jan 2010 16:33:21 -0700 Subject: [PATCH] Increase required gtkmm-2.4 version 2.16.0 for gtk_show_uri (#608065) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building GParted with gtkmm-2.4 version 2.14.0 would fail with: error: ‘gtk_show_uri’ was not declared in this scope. This problem does not occur with version 2.16.0. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 0093420d..50868539 100644 --- a/configure.in +++ b/configure.in @@ -90,8 +90,8 @@ AC_SUBST(GTKMM_LIBS) AC_SUBST(GTKMM_CFLAGS) -dnl GTKMM 2.14 needed for gtk_show_uri() -PKG_CHECK_EXISTS(gtkmm-2.4 >= 2.14.0, +dnl GTKMM 2.16 needed for gtk_show_uri() +PKG_CHECK_EXISTS(gtkmm-2.4 >= 2.16.0, [AC_DEFINE(HAVE_GTK_SHOW_URI, 1, [Define to 1 if you have gtk_show_uri])], [])