diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-23 05:50:34 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-23 05:50:34 +0800 |
commit | a51f73e8ff7d0442a26e02273ba6c24a6c43bb13 (patch) | |
tree | a82bbfcfc44d69c8c043ec7791e35b27a863022d | |
parent | acf4bad9d022d9d4c69e7d05877194157f3fd31c (diff) | |
download | gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.gz gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.bz2 gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.lz gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.xz gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.zst gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.zip |
Require gal 0.19.99.14.
2002-04-22 Christopher James Lahey <clahey@ximian.com>
* configure.in: Require gal 0.19.99.14.
svn path=/trunk/; revision=16560
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-04-22 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Require gal 0.19.99.14. + 2002-04-17 Ettore Perazzoli <ettore@ximian.com> * configure.in: Require GAL 0.19.99.13. diff --git a/configure.in b/configure.in index 4f01f831ee..d037fe5ec2 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.13) +EVO_CHECK_LIB(GAL, gal, 0.19.99.14) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0) EVO_CHECK_LIB(Libsoup, soup, 0.6) |