diff options
author | Cody Russell <crussell@canonical.com> | 2010-03-16 11:24:25 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-03-16 11:24:25 -0500 |
commit | e27e482b6979d8a358928d172da4315e965fd63b (patch) | |
tree | 7e373522b8e57930458e99596871319b23e4820d /configure.ac | |
parent | e965ac4cbe01be58a5f8ef2669eedf0389e4bc68 (diff) | |
download | ayatana-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.ac | 2 |
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) |