From 28bc90560bb11f4d520ed24a2d281f1c02858024 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 11 Jul 2000 01:28:04 +0000 Subject: Fix the GtkHTML check which was wrong. svn path=/trunk/; revision=4084 --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bcabf6f5c4..6b93e43135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Version 0.2. + * configure.in: Reverse the GtkHTML check. + 2000-07-10 Jeffrey Stedfast * configure.in: Updated to check for required GtkHTML and 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 -- cgit v1.2.3