diff options
-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 |