diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-30 05:32:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-30 05:32:29 +0800 |
commit | 1a717e48de0ecb615c94e0389b48897210ce8ec9 (patch) | |
tree | 6bb43157b8a504ddbdc99d996980b2dafb2b7797 /configure.in | |
parent | 320ea94ae8166f9e0ec90d784d8af35453344baf (diff) | |
download | gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.gz gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.zst gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.zip |
Bumped the required version number of gal to 0.19.99.15.
2002-04-29 Christopher James Lahey <clahey@ximian.com>
* configure.in (EVO_CHECK_LIB): Bumped the required version number
of gal to 0.19.99.15.
svn path=/trunk/; revision=16636
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 aa2fdbd644..89682493bd 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.14) +EVO_CHECK_LIB(GAL, gal, 0.19.99.15) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0) EVO_CHECK_LIB(Libsoup, soup, 0.6) |