diff options
author | Joe Shaw <joe@ximian.com> | 2001-10-30 13:02:49 +0800 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2001-10-30 13:02:49 +0800 |
commit | d6d55273d47b60e00f63a79ba37ebc730a19c6f5 (patch) | |
tree | b02486bb72ed9bb398fc499f225a8809951453e8 /configure.in | |
parent | d53c4d6ed3e2863c1b4ffceb5fcf06aab4fef55c (diff) | |
download | gsoc2013-evolution-d6d55273d47b60e00f63a79ba37ebc730a19c6f5.tar.gz gsoc2013-evolution-d6d55273d47b60e00f63a79ba37ebc730a19c6f5.tar.zst gsoc2013-evolution-d6d55273d47b60e00f63a79ba37ebc730a19c6f5.zip |
Require gal 0.15.99.8
2001-10-29 Joe Shaw <joe@ximian.com>
* configure.in: Require gal 0.15.99.8
* addressbook/backend/ebook/e-card-simple.c,
addressbook/gui/component/addressbook-storage.c,
addressbook/gui/widgets/e-addressbook-view.c,
calendar/gui/e-calendar-table.c,
calendar/gui/e-itip-control.c,
calendar/gui/e-meeting-model.c,
calendar/gui/itip-utils.c,
calendar/gui/print.c,
calendar/gui/alarm-notify/alarm-notify-dialog.c,
filter/rule-editor.c,
mail/mail-config.c,
mail/mail-folder-cache.c,
mail/mail-format.c,
mail/mail-local.c,
mail/mail-ops.c,
mail/mail-vfolder.c,
shell/e-local-storage.c,
shell/e-summary-storage.c: Change includes of
e-util/e-unicode-i18n.h to gal/util/e-unicode-i18n.h
svn path=/trunk/; revision=14427
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 315cbcccf0..3ab3320f37 100644 --- a/configure.in +++ b/configure.in @@ -571,7 +571,7 @@ EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3) EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.15.99.7) +EVO_CHECK_LIB(GAL, gal, 0.15.99.8) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.15.99.1) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |