$OpenBSD$ --- configure.orig Mon Feb 25 11:07:51 2008 +++ configure Mon Feb 25 11:20:31 2008 @@ -7228,11 +7228,11 @@ #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 (); int main () { -iconv (); +libiconv (); ; return 0; } @@ -8205,7 +8205,7 @@ { const char * inbuf; iconv_t cd; - iconv ( cd, &inbuf, NULL, NULL, NULL ); + libiconv ( cd, &inbuf, NULL, NULL, NULL ); ; return 0;