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:
parent
ed932c856d
commit
9d1d37b389
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user