Revert the change of 2003-07-29 as GTK+ 2.2 is not required anymore.
This commit is contained in:
parent
15a03c3283
commit
2ceeffa4b3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue