diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-03-12 18:10:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-03-12 18:10:51 +0800 |
commit | b46cc50c0935c57676449c71e6f4101128f27ce6 (patch) | |
tree | 7ed964890aa055af1408c7f41e4bad91ce2b17ae /configure.ac | |
parent | 6b05ed0478c278f42f2c2cd8cae67bb8463eb451 (diff) | |
download | gsoc2013-epiphany-b46cc50c0935c57676449c71e6f4101128f27ce6.tar.gz gsoc2013-epiphany-b46cc50c0935c57676449c71e6f4101128f27ce6.tar.zst gsoc2013-epiphany-b46cc50c0935c57676449c71e6f4101128f27ce6.zip |
Use GChecksum to calculate the MD5 of favicons.
svn path=/trunk/; revision=8099
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 b90f1b020..952ee5017 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 |