summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-06 09:03:17 +0000
committerChristian Persch <chpe@src.gnome.org>2008-10-06 09:03:17 +0000
commit309cecc52b86d643cfd6ab7b696c0a9884cf7637 (patch)
tree0701d26b4c9a5df709faa696f83941099bfccf79
parent50864ada2d49d85e5300c437c0a95b122d8a5b14 (diff)
downloadepiphany-309cecc52b86d643cfd6ab7b696c0a9884cf7637.tar.gz
Bug 555170 – Too low gtk+ requirement in configure.ac
svn path=/branches/gnome-2-24/; revision=8573
-rw-r--r--configure.ac4
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