aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
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 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