Bug 321230 don't link to libdl and libiconv on BeOS

r=bsmedberg,sergei_d
This commit is contained in:
cbiesinger%web.de 2005-12-22 18:54:52 +00:00
Родитель 1f53b9f55e
Коммит 5381aaf2cf
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -2538,12 +2538,15 @@ esac
dnl We don't want to link with libdl even if it's present on OS X, since
dnl it's not used and not part of the default installation.
dnl The same goes for BeOS.
dnl We don't want to link against libm or libpthread on Darwin since
dnl they both are just symlinks to libSystem and explicitly linking
dnl against libSystem causes issues when debugging (see bug 299601).
case $target in
*-darwin*)
;;
*-beos*)
;;
*)
AC_CHECK_LIB(m, atan)
AC_CHECK_LIB(dl, dlopen,
@ -2950,7 +2953,7 @@ if test "$ac_cv_func_gnu_get_libc_version" = "yes"; then
fi
case $target_os in
os2*|msvc*|mks*|cygwin*|mingw*|darwin*|wince*)
os2*|msvc*|mks*|cygwin*|mingw*|darwin*|wince*|beos*)
;;
*)