]> git.eshelyaron.com Git - emacs.git/commitdiff
Require Gtk/Glib 2.6.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 2 Sep 2007 17:35:49 +0000 (17:35 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 2 Sep 2007 17:35:49 +0000 (17:35 +0000)
ChangeLog
configure.in

index 306a37fd48ad8401e6350369359cbb4c32c3d741..0a31582cf4fe7361b944f56aedb8b3914f038f5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * configure.in: Require Gtk/Glib 2.6.
+
 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
 
        * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
index eed8891aa5c5a53766b89ea3d076300f579adc6c..3a3c56d196def36b5224222d045ab988e4ab2b6f 100644 (file)
@@ -2100,8 +2100,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
   if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
     AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
   fi
-  GLIB_REQUIRED=2.4
-  GTK_REQUIRED=2.4
+  GLIB_REQUIRED=2.6
+  GTK_REQUIRED=2.6
   GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
 
   dnl Check if --with-pkg-config-prog has been given.