bump gtk min version to 2.10 in configure.ac too

This commit is contained in:
riccardom 2011-04-09 20:07:41 +00:00
parent cdfb727f8d
commit e441291f32
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ dnl - Check for GTK and/or libglade
FOUND_GLIB=no
HAVE_ALSA=no
GLIB_VER=2.8
GTK_VER=2.6
GTK_VER=2.10
AC_CHECK_TOOL(HAVE_PKG, pkg-config)
AC_PROVIDE_IFELSE([PKG_PROG_PKG_CONFIG], [
if test ! "x$HAVE_PKG" = "x" ; then