]> git.eshelyaron.com Git - emacs.git/commitdiff
The function gtk_window_set_icon_from_file was introduced in GTK+ 2.2, so check
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Jul 2003 22:51:58 +0000 (22:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Jul 2003 22:51:58 +0000 (22:51 +0000)
for that release.

configure.in

index 9a443767f4c250d0553d8f4cac82b20ba75cde6b..b0d012e64e71930848a978873477ef609d77ec34 100644 (file)
@@ -1900,7 +1900,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
     AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
   fi
   GLIB_REQUIRED=2.0.1
-  GTK_REQUIRED=2.0.1
+  GTK_REQUIRED=2.2
   GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
 
   dnl Check if --with-pkg-config-prog has been given.