updated minimum GTK version from 2.4 to 2.6

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@27 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2005-11-30 22:56:46 +00:00
parent 737b34f9c0
commit b3dabbb424

View File

@ -53,7 +53,7 @@ AC_CHECK_FUNCS([gethostname floor ftruncate fgetpos getcwd gettimeofday isascii
# autoscan end
pkg_modules="gtk+-2.0 >= 2.4.0"
pkg_modules="gtk+-2.0 >= 2.6.0"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)