]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 18 Oct 2011 18:12:53 +0000 (20:12 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 18 Oct 2011 18:12:53 +0000 (20:12 +0200)
Fixes: debbugs:9786
ChangeLog
configure.in

index 1746907e0aaf0941f0e217d409a4c944d8b33544..6147b1131fe2296230473f89dcc79d58c4766f74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
+
 2011-10-18  Chong Yidong  <cyd@gnu.org>
 
        * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
index 67ab4e22d77c6944ca1fd6b4a7d5210e6797a004..4a5788600c8ab282c665bb919e2f4f6ec4586e67 100644 (file)
@@ -1925,8 +1925,8 @@ fi
 if test "$pkg_check_gtk" != "yes"; then
   HAVE_GTK=no
 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
-  GLIB_REQUIRED=2.6
-  GTK_REQUIRED=2.6
+  GLIB_REQUIRED=2.10
+  GTK_REQUIRED=2.10
   GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
 
   dnl Checks for libraries.