diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-12-06 Behdad Esfahbod <behdad@gnome.org> + Bug 382437 – tests/testboundaries fails + + * configure.in: Require libthai >= 0.1.7 + +2006-12-06 Behdad Esfahbod <behdad@gnome.org> + * examples/Makefile.am: * examples/test-gurmukhi.txt: Gurmukhi test text from supreet sethi. diff --git a/configure.in b/configure.in index cf27638f..da9c83ed 100644 --- a/configure.in +++ b/configure.in @@ -394,7 +394,7 @@ fi # Checks for LibThai # have_libthai=false -LIBTHAI_REQUIRED_VERSION=0.1.3 +LIBTHAI_REQUIRED_VERSION=0.1.7 PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=true, :) # |