[uim-commit] r2597 - branches/1.0
ekato at freedesktop.org
ekato at freedesktop.org
Thu Dec 15 21:04:06 PST 2005
Author: ekato
Date: 2005-12-15 21:04:02 -0800 (Thu, 15 Dec 2005)
New Revision: 2597
Modified:
branches/1.0/configure.ac
Log:
* configure.ac : Port r2596 from trunk.
Modified: branches/1.0/configure.ac
===================================================================
--- branches/1.0/configure.ac 2005-12-16 05:03:05 UTC (rev 2596)
+++ branches/1.0/configure.ac 2005-12-16 05:04:02 UTC (rev 2597)
@@ -112,9 +112,9 @@
AS_HELP_STRING([--with-canna], [Build with libcanna]),
[
if test "x$with_canna" = "xyes"; then
- AC_CHECK_HEADERS([canna/RK.h], [use_canna="yes"],
- [use_canna="no"], [ #undef _WCHAR_T ])
- AC_CHECK_LIB(canna, RkInitialize, use_canna=yes, use_canna=no)
+ AC_CHECK_HEADERS([canna/RK.h],
+ [AC_CHECK_LIB(canna, RkInitialize, use_canna=yes, use_canna=no)
+ ], [use_canna="no"], [ #undef _WCHAR_T ])
else
use_canna="no"
fi
More information about the uim-commit
mailing list