diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-06 03:35:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-06 03:35:53 +0800 |
commit | c47e9c1b4560a8bc03f5432b35a0c3f1a5093574 (patch) | |
tree | 2002c0c97daeb5e4b6ae7e04133b4f3cdcfebda6 | |
parent | 1e1f118e64f9ee4205daecced6fcbba77fc1abbb (diff) | |
download | gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar.gz gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar.bz2 gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar.lz gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar.xz gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar.zst gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.zip |
Changed the required version of gal to 0.19.99.17.
2002-06-05 Christopher James Lahey <clahey@ximian.com>
* configure.in: Changed the required version of gal to 0.19.99.17.
svn path=/trunk/; revision=17123
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-06-05 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Changed the required version of gal to 0.19.99.17. + 2002-06-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal to 0.19.99.16. diff --git a/configure.in b/configure.in index 943e2712d7..461c019b5e 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.16) +EVO_CHECK_LIB(GAL, gal, 0.19.99.17) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1) EVO_CHECK_LIB(Libsoup, soup, 0.6) |