diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-04 20:21:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-04 20:21:48 +0800 |
commit | 66cc4794bad83df6ff66b8e3201ccc40ac3f3ca9 (patch) | |
tree | da0c4019cd2a70d12802aa23f259e4fb9b54b7a5 /configure.in | |
parent | 5127b10e8b374739b456a83292235c7f024b928f (diff) | |
download | gsoc2013-evolution-66cc4794bad83df6ff66b8e3201ccc40ac3f3ca9.tar.gz gsoc2013-evolution-66cc4794bad83df6ff66b8e3201ccc40ac3f3ca9.tar.zst gsoc2013-evolution-66cc4794bad83df6ff66b8e3201ccc40ac3f3ca9.zip |
Changed the required version of gal to 0.19.99.16.
2002-06-04 Christopher James Lahey <clahey@ximian.com>
* configure.in: Changed the required version of gal to 0.19.99.16.
svn path=/trunk/; revision=17101
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 52bd9e1774..943e2712d7 100644 --- a/configure.in +++ b/configure.in @@ -660,7 +660,7 @@ EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11) -EVO_CHECK_LIB(GAL, gal, 0.19.99.15) +EVO_CHECK_LIB(GAL, gal, 0.19.99.16) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1) EVO_CHECK_LIB(Libsoup, soup, 0.6) |