Abdelrazak Younes a écrit :
Hello,
I have this fix in my tree. Well at least it is a fix for windows (I
noticed the problem in my config.log) and I guess it should be harmless
under unix. But I suspect that if you want to link dynamically with
libiconv, the current test will fail.
Could someone test this under linux please?
Nobody wants to test this? A simple yes or no from main devels would be
appreciated.
Abdel.
Thanks,
Abdel.
------------------------------------------------------------------------
Index: m4/iconv.m4
===================================================================
--- m4/iconv.m4 (revision 13683)
+++ m4/iconv.m4 (working copy)
@@ -88,7 +88,9 @@
"C"
#endif
#if defined(__STDC__) || defined(__cplusplus)
+#ifndef LIBICONV_DLL_EXPORTED
size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf,
size_t *outbytesleft);
+#endif
#else
size_t iconv();
#endif