<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- configure.orig	2003-08-15 13:00:58.000000000 +0900
+++ configure	2011-11-18 02:23:20.000000000 +0900
@@ -8497,8 +8497,8 @@
 fi;
 
 
-echo "$as_me:$LINENO: checking for iconv in -liconv" &gt;&amp;5
-echo $ECHO_N "checking for iconv in -liconv... $ECHO_C" &gt;&amp;6
+echo "$as_me:$LINENO: checking for libiconv in -liconv" &gt;&amp;5
+echo $ECHO_N "checking for libiconv in -liconv... $ECHO_C" &gt;&amp;6
 if test "${ac_cv_lib_iconv_iconv+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" &gt;&amp;6
 else
@@ -8514,7 +8514,7 @@
 #endif
 /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
-char iconv ();
+char libiconv ();
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
      extern "C"
@@ -8524,7 +8524,7 @@
 int
 main ()
 {
-iconv ();
+libiconv ();
   ;
   return 0;
 }
</pre></body></html>