diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-10-30 05:40:15 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-10-30 05:40:15 +0800 |
commit | e00a88869cc659b8980f9516d632314bf9529cda (patch) | |
tree | 29023063a800e45b8794945ee78b4fd1bc830e09 /configure.ac | |
parent | b1d9cd1f773f6f2fc6fe054d964bf71179388f91 (diff) | |
download | gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.tar gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.tar.gz gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.tar.bz2 gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.tar.lz gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.tar.xz gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.tar.zst gsoc2013-epiphany-e00a88869cc659b8980f9516d632314bf9529cda.zip |
Depend on libxml 2.6.12 (for its fix of bug 150647).
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 c4dcfa43e..58b4f12b9 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_PROG_INTLTOOL([0.29]) GLIB_REQUIRED=2.5.4 PANGO_REQUIRED=1.5.1 GTK_REQUIRED=2.5.4 -LIBXML_REQUIRED=2.6.6 +LIBXML_REQUIRED=2.6.12 LIBGNOMEVFS_REQUIRED=2.3.1 LIBGLADE_REQUIRED=2.3.1 LIBGNOMEUI_REQUIRED=2.6.0 |