[uim-commit] r688 - trunk

ekato at freedesktop.org ekato at freedesktop.org
Sun Feb 20 17:13:51 PST 2005


Author: ekato
Date: 2005-02-20 17:13:48 -0800 (Sun, 20 Feb 2005)
New Revision: 688

Modified:
   trunk/configure.ac
Log:
* configure.ac : Modify umbiguous error message about iconv function.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-21 01:05:29 UTC (rev 687)
+++ trunk/configure.ac	2005-02-21 01:13:48 UTC (rev 688)
@@ -29,7 +29,7 @@
 
 AM_ICONV
 if test "$am_cv_func_iconv" != yes; then
-  AC_MSG_ERROR([Could not find iconv (required for uim)])
+  AC_MSG_ERROR([Could not find iconv(3) in libc or libiconv (required for uim)])
 fi
 
 AC_SUBST(LIBICONV)



More information about the Uim-commit mailing list