8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Fixed CORE-5989: iconv / libiconv 1.15 vs libc / libiconv_open

This commit is contained in:
AlexPeshkoff 2019-01-21 15:24:05 +03:00
parent ed932c856d
commit 9d1d37b389

View File

@ -1017,6 +1017,7 @@ fi
dnl Some OS place iconv() support in separate library
if test "$ac_cv_header_iconv_h" = "yes"; then
AC_SEARCH_LIBS(iconv_open, iconv)
AC_SEARCH_LIBS(libiconv_open, iconv)
fi
dnl HPUX has a bug in .h files. To detect it we need C++ here.