changeset 52248:4d21ebe1a77b

Revert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.
author Lute Kamstra <lute@gnu.org>
date Tue, 19 Aug 2003 08:21:00 +0000
parents 9e07217c006b
children 68b5197b6800
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Aug 19 03:01:06 2003 +0000
+++ b/configure.in	Tue Aug 19 08:21:00 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.2
+  GTK_REQUIRED=2.0.1
   GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
 
   dnl Check if --with-pkg-config-prog has been given.