diff options
author | infirit <[email protected]> | 2014-05-17 18:32:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-17 19:10:46 +0200 |
commit | bd3ab4264961bccd4dc74bdf45fa82f87331051b (patch) | |
tree | a79b0b3fc98f422fba0083ad6be559338a2dfd3d /configure.ac | |
parent | 3ce63cc9bc7b522f54f5f0409e53ba9cd3cefdcd (diff) | |
download | engrampa-bd3ab4264961bccd4dc74bdf45fa82f87331051b.tar.bz2 engrampa-bd3ab4264961bccd4dc74bdf45fa82f87331051b.tar.xz |
Bump minimum gtk+2 version
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 42e9aab..44fe2f7 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_REQUIRED=2.21.4 + GTK_REQUIRED=2.24.0 ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=2.90.0 |