diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-12-31 06:36:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-12-31 06:36:33 +0800 |
commit | e90575839bf1c7118eda0a7dc5633218a5b50efa (patch) | |
tree | b85ced312438613eb014455ff62e1802c1c2b1c9 /configure.ac | |
parent | ddb6a105bb5a0de256ed8fbe676673cd74b3a551 (diff) | |
download | gsoc2013-epiphany-e90575839bf1c7118eda0a7dc5633218a5b50efa.tar.gz gsoc2013-epiphany-e90575839bf1c7118eda0a7dc5633218a5b50efa.tar.zst gsoc2013-epiphany-e90575839bf1c7118eda0a7dc5633218a5b50efa.zip |
Require GTK+ 2.15.0
svn path=/trunk/; revision=8656
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 18fb4744e..a9a90df93 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.16.0 -GTK_REQUIRED=2.14.0 +GTK_REQUIRED=2.15.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBGLADE_REQUIRED=2.3.1 |