16 lines
545 B
Plaintext
16 lines
545 B
Plaintext
$NetBSD: patch-aa,v 1.4 2014/12/14 07:53:54 obache Exp $
|
|
|
|
* portability fix
|
|
|
|
--- configure.ac.orig 2009-07-29 08:14:45.000000000 +0000
|
|
+++ configure.ac
|
|
@@ -347,7 +347,7 @@ dnl In addition, set THAI_WORDSEG_LD_FLA
|
|
PKG_CHECK_MODULES(LIBTHAI, libthai, HAVE_LIBTHAI=yes, HAVE_LIBTHAI=no)
|
|
PKG_CHECK_MODULES(WORDCUT, wordcut, HAVE_WORDCUT=yes, HAVE_WORDCUT=no)
|
|
|
|
-if test "x$HAVE_LIBTHAI" == "xyes"; then
|
|
+if test "x$HAVE_LIBTHAI" = "xyes"; then
|
|
|
|
AC_DEFINE(HAVE_LIBTHAI, 1, [Define if you have libthai])
|
|
THAI_WORDSEG_LD_FLAGS="$LIBTHAI_LIBS"
|