diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-15 00:23:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-15 00:23:00 +0800 |
commit | bf5e0bacd8954ba1cef33a75b98548163df39fbc (patch) | |
tree | c4be41702639a57156da33bde2d8c4c7e2b53c40 | |
parent | c8335791bb229946de4398825383435f30e53670 (diff) | |
download | gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.tar gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.tar.gz gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.tar.bz2 gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.tar.lz gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.tar.xz gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.tar.zst gsoc2013-evolution-bf5e0bacd8954ba1cef33a75b98548163df39fbc.zip |
Bumped up the GtkHTML dependency and updated README.
svn path=/trunk/; revision=7009
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 7 deletions
@@ -109,7 +109,7 @@ from the evolution preview mirror. - gdk-pixbuf - 0.7.0 or later (*) - - ORBit - 0.5.3 or later (*) + - ORBit - 0.5.5 or later (*) - oaf - 0.6.0 or later @@ -117,9 +117,6 @@ from the evolution preview mirror. *** "--disable-more-warnings" when configure, or it may fail to *** build. - - gconf - 0.9.0 or later. (If you get this from GNOME CVS, use the - "gconf-1-0" branch. - - gnome-vfs - 0.3 or later *** If you are using gnome-vfs from CVS, you should use the flag @@ -137,9 +134,9 @@ from the evolution preview mirror. - gconf - 0.6 or later - - gal (GNOME Application Library) - from CVS + - gal (GNOME Application Library) - 0.4 or later - - gtkhtml - 0.7 or later + - gtkhtml - 0.8 or later - libglade (*) diff --git a/configure.in b/configure.in index 2ef4637d83..d41993556e 100644 --- a/configure.in +++ b/configure.in @@ -359,7 +359,7 @@ if gnome-config --libs gtkhtml > /dev/null 2>&1; then vers=`gnome-config --modversion gtkhtml` case $vers in - gtkhtml-0.[01234567]) gtkhtml_ok=false ;; + gtkhtml-0.[012345678]) gtkhtml_ok=false ;; *) gtkhtml_ok=true ;; esac else |