[uim-commit] r652 - trunk

ekato at freedesktop.org ekato at freedesktop.org
Mon Feb 14 22:22:43 PST 2005


Author: ekato
Date: 2005-02-14 22:22:40 -0800 (Mon, 14 Feb 2005)
New Revision: 652

Modified:
   trunk/configure.ac
Log:
* configure.ac : Revise iconv(3) check.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-15 06:16:19 UTC (rev 651)
+++ trunk/configure.ac	2005-02-15 06:22:40 UTC (rev 652)
@@ -28,7 +28,7 @@
 dnl We do this before the gettext checks, to avoid distortion
 
 AM_ICONV
-if test "$am_cv_func_iconv" = no; then
+if test "$am_cv_func_iconv" != yes; then
   AC_MSG_ERROR([Could not find iconv (required for uim)])
 fi
 



More information about the Uim-commit mailing list