diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:07:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:07:10 +0800 |
commit | 4ef8f15056956ac280c4d280a65a7b652e53f343 (patch) | |
tree | ad2390e07474553fa1ca7a21093d7a81c452ab91 /configure.ac | |
parent | 63ebb9b56b751947be813b6756a11d3a96235273 (diff) | |
download | gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.tar gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.tar.gz gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.tar.bz2 gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.tar.lz gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.tar.xz gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.tar.zst gsoc2013-epiphany-4ef8f15056956ac280c4d280a65a7b652e53f343.zip |
Use GChecksum to calculate the MD5 of favicons.
svn path=/branches/gnome-2-22/; revision=8146
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 2abbc4b46..2be6e0614 100644 --- a/configure.ac +++ b/configure.ac @@ -98,7 +98,7 @@ 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.15.6 +GLIB_REQUIRED=2.16.0 GTK_REQUIRED=2.12.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 |