aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure4
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
11140if test "$pkg_check_gtk" != "yes"; then 11140if test "$pkg_check_gtk" != "yes"; then
11141 HAVE_GTK=no 11141 HAVE_GTK=no
11142if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then 11142if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
11143 GLIB_REQUIRED=2.6 11143 GLIB_REQUIRED=2.10
11144 GTK_REQUIRED=2.6 11144 GTK_REQUIRED=2.10
11145 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 11145 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11146 11146
11147 11147