[gparted] Increase required gtkmm-2.4 version 2.16.0 for gtk_show_uri (#608065)



commit 32ab5f0ec0319d0f1dc9e880b594c579851af54c
Author: Curtis Gedak <gedakc gmail com>
Date:   Wed Jan 27 16:33:21 2010 -0700

    Increase required gtkmm-2.4 version 2.16.0 for gtk_show_uri (#608065)
    
    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0093420..5086853 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])],
   [])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]