diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-01 05:40:47 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-01 05:40:47 +0800 |
commit | 45da22387b198e11d3fc1143a577d41b0803a242 (patch) | |
tree | fb37cce3fc818e16d856fdd64c7aca45b279a3e1 /configure.in | |
parent | c453eb0f455f4ee864ffca4ff74cda3374412a0e (diff) | |
download | gsoc2013-evolution-45da22387b198e11d3fc1143a577d41b0803a242.tar.gz gsoc2013-evolution-45da22387b198e11d3fc1143a577d41b0803a242.tar.zst gsoc2013-evolution-45da22387b198e11d3fc1143a577d41b0803a242.zip |
Bumped required version of GAL to 0.11.3 (for g_utf8_collate)
* configure.in: Bumped required version of GAL to 0.11.3
(for g_utf8_collate)
svn path=/trunk/; revision=12540
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2b4ad208ab..20766a6ba7 100644 --- a/configure.in +++ b/configure.in @@ -572,7 +572,7 @@ EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3) EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.11) +EVO_CHECK_LIB(GAL, gal, 0.11.3) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.12) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |