aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-03-16 11:24:25 -0500
committerCody Russell <crussell@canonical.com>2010-03-16 11:24:25 -0500
commite27e482b6979d8a358928d172da4315e965fd63b (patch)
tree7e373522b8e57930458e99596871319b23e4820d /configure.ac
parente965ac4cbe01be58a5f8ef2669eedf0389e4bc68 (diff)
downloadayatana-ido-e27e482b6979d8a358928d172da4315e965fd63b.tar.gz
ayatana-ido-e27e482b6979d8a358928d172da4315e965fd63b.tar.bz2
ayatana-ido-e27e482b6979d8a358928d172da4315e965fd63b.zip
Bump gtk+ requirement to 2.19.7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edde188..288aa78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_CHECK_FUNCS([memset munmap strcasecmp strdup])
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.14)
+PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.19.7)
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)