diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-10-06 17:03:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-10-06 17:03:17 +0800 |
commit | 309cecc52b86d643cfd6ab7b696c0a9884cf7637 (patch) | |
tree | 0701d26b4c9a5df709faa696f83941099bfccf79 | |
parent | 50864ada2d49d85e5300c437c0a95b122d8a5b14 (diff) | |
download | gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar.gz gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar.bz2 gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar.lz gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar.xz gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar.zst gsoc2013-epiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.zip |
Bug 555170 – Too low gtk+ requirement in configure.ac
svn path=/branches/gnome-2-24/; revision=8573
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fe1c8a31f..8810e9b53 100644 --- a/configure.ac +++ b/configure.ac @@ -107,8 +107,8 @@ if test "$enable_maintainer_mode" = "yes"; then GECKO_WARN_CXXFLAGS="-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth $GECKO_WARN_CXXFLAGS" fi -GLIB_REQUIRED=2.16.0 -GTK_REQUIRED=2.12.0 +GLIB_REQUIRED=2.18.0 +GTK_REQUIRED=2.14.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBGLADE_REQUIRED=2.3.1 |