changeset 52072:766599ef3cf7

The function gtk_window_set_icon_from_file was introduced in GTK+ 2.2, so check for that release.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Jul 2003 22:51:58 +0000
parents 25d8603103b7
children 4e36067248f1
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jul 28 22:41:58 2003 +0000
+++ b/configure.in	Mon Jul 28 22:51:58 2003 +0000
@@ -1900,7 +1900,7 @@
     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.