diff options
Diffstat (limited to 'autogen/configure')
-rwxr-xr-x | autogen/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index 8f50731f3f1..88ccc3ab090 100755 --- a/autogen/configure +++ b/autogen/configure @@ -11140,8 +11140,8 @@ fi if test "$pkg_check_gtk" != "yes"; then HAVE_GTK=no if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then - GLIB_REQUIRED=2.6 - GTK_REQUIRED=2.6 + GLIB_REQUIRED=2.10 + GTK_REQUIRED=2.10 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" |