diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-30 15:27:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-30 15:27:58 +0800 |
commit | eb4fbac63e612baa1de5086228295c7a6c011b44 (patch) | |
tree | cba8553922ca708288da41c8e5ddcf3e308bdd58 /configure.in | |
parent | 84dc532fd9b4cffedbb4dfc33a9513f8b443a857 (diff) | |
download | gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.tar gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.tar.gz gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.tar.bz2 gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.tar.lz gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.tar.xz gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.tar.zst gsoc2013-evolution-eb4fbac63e612baa1de5086228295c7a6c011b44.zip |
Require gal 0.15.99.9.
2001-10-30 Christopher James Lahey <clahey@ximian.com>
* configure.in: Require gal 0.15.99.9.
svn path=/trunk/; revision=14440
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 a3a127a7d9..51e7c38df1 100644 --- a/configure.in +++ b/configure.in @@ -575,7 +575,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.15.99.8) +EVO_CHECK_LIB(GAL, gal, 0.15.99.9) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.15.99.1) dnl ************************* |