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 | |
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).
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-10-29 Adam Hooper <adamh@cvs.gnome.org> + + * configure.ac: + + Depend on libxml 2.6.12 (for its fix of bug 150647). + 2004-10-29 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-menu.c: (open_bookmark_cb), 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 |