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 /configure.in | |
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
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 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 |