summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4807900e..3dfb51f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-28 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 410152 – testboundaries test fails
+
+ * configure.in: Require libthai >= 0.1.9
+
2007-08-27 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.18.1 ===
diff --git a/configure.in b/configure.in
index b1efa989..e82824b9 100644
--- a/configure.in
+++ b/configure.in
@@ -436,7 +436,7 @@ fi
# Checks for LibThai
#
have_libthai=false
-LIBTHAI_REQUIRED_VERSION=0.1.7
+LIBTHAI_REQUIRED_VERSION=0.1.9
PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=true, AC_MSG_RESULT([no]))
#