summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-28 20:52:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-28 20:52:00 +0000
commitdab7dc35f2cc43255ea907fc7b8fc507a895db77 (patch)
tree58c14ec57c41d82498103b6bca00e7e90e354100
parent83c88782dc26f10146b67880e9d786ff068bc95e (diff)
downloadpango-dab7dc35f2cc43255ea907fc7b8fc507a895db77.tar.gz
Bug 410152 – testboundaries test fails
2007-08-28 Behdad Esfahbod <behdad@gnome.org> Bug 410152 – testboundaries test fails * configure.in: Require libthai >= 0.1.9 svn path=/trunk/; revision=2416
-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]))
#