summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2003-08-19 08:21:00 +0000
committerLute Kamstra <lute@gnu.org>2003-08-19 08:21:00 +0000
commit4efc0d2c5080d66d20f5955b788fdb98980690ec (patch)
tree61f24c82574a40fb94c44d1e55343ebb53201833 /configure.in
parent405c600e19a073f77a96ebe145f5041e3b617231 (diff)
downloademacs-4efc0d2c5080d66d20f5955b788fdb98980690ec.tar.gz
Revert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 627956c84f6..060a89bd36b 100644
--- a/configure.in
+++ b/configure.in
@@ -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.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.