aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-07-03 05:51:20 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-07-03 05:51:20 +0800
commitc79aa56aa1207d691f02373b5281e66a06852adf (patch)
treeac43be4050a918709397803db5bac8380901b12d /configure.in
parent07dacea3edab82eecc1cd487c493edc0ca65da6a (diff)
downloadgsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.tar
gsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.tar.gz
gsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.tar.bz2
gsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.tar.lz
gsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.tar.xz
gsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.tar.zst
gsoc2013-evolution-c79aa56aa1207d691f02373b5281e66a06852adf.zip
i2001-07-02 Larry Ewing <lewing@ximian.com>
* configure.in: Check for gtkhtml 0.9.99.1. 2001-07-02 Larry Ewing <lewing@ximian.com> * mail-display.c (save_part): move the saving logic out of save_cb so that we can reuse it for the image saving code. (save_cb): call save_part. (save_url): new function to resolve an save an html url. (image_save_as): save function for images and. Add it to the link_menu, and add MASK_URL and MASK_SRC to the structure so that we cans show the proper menus. (html_button_press_event): call get_src as well to find external urls references. Add popup masking. svn path=/trunk/; revision=10707
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fc94555ef3..07a0d0dd01 100644
--- a/configure.in
+++ b/configure.in
@@ -502,7 +502,7 @@ EVO_CHECK_LIB(GAL, gal, 0.8.99.7)
dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for
dnl changes in Editor.idl (menesis)
-EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.9.3)
+EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.9.99.1)
EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0)
EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0)