16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
$NetBSD: patch-ab,v 1.6 2014/12/14 07:53:54 obache Exp $
|
|
|
|
* portability fix
|
|
|
|
--- configure.orig 2010-04-14 05:13:26.000000000 +0000
|
|
+++ configure
|
|
@@ -18650,7 +18650,7 @@ $as_echo "yes" >&6; }
|
|
HAVE_WORDCUT=yes
|
|
fi
|
|
|
|
-if test "x$HAVE_LIBTHAI" == "xyes"; then
|
|
+if test "x$HAVE_LIBTHAI" = "xyes"; then
|
|
|
|
|
|
$as_echo "#define HAVE_LIBTHAI 1" >>confdefs.h
|