summaryrefslogtreecommitdiff
path: root/m4macros/gtk-2.0.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4macros/gtk-2.0.m4')
-rw-r--r--m4macros/gtk-2.0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/gtk-2.0.m4 b/m4macros/gtk-2.0.m4
index 445c7143c..7eafb0504 100644
--- a/m4macros/gtk-2.0.m4
+++ b/m4macros/gtk-2.0.m4
@@ -38,7 +38,7 @@ AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run
no_gtk=yes
fi
- min_gtk_version=ifelse([$1], ,1.3.3,$1)
+ min_gtk_version=ifelse([$1], ,2.0.0,$1)
AC_MSG_CHECKING(for GTK+ - version >= $min_gtk_version)
if test x$PKG_CONFIG != xno ; then