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 /configure.in | |
parent | 1e1f118e64f9ee4205daecced6fcbba77fc1abbb (diff) | |
download | gsoc2013-evolution-c47e9c1b4560a8bc03f5432b35a0c3f1a5093574.tar.gz 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
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 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) |