diff options
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 eb41db6b5b..4e90fec199 100644 --- a/configure.in +++ b/configure.in @@ -326,7 +326,7 @@ if gnome-config --libs gtkhtml > /dev/null 2>&1; then vers=`gnome-config --modversion gtkhtml` case $vers in - gtkhtml-0.5) gtkhtml_ok=false ;; + gtkhtml-0.[01234]) gtkhtml_ok=false ;; *) gtkhtml_ok=true ;; esac else |