Bugzilla Bug 321230: don't link with libdl on BeOS. The patch is

contributed by Christian Biesinger <cbiesinger@gmx.at>. r=wtc.
This commit is contained in:
wtchang%redhat.com 2005-12-22 22:40:37 +00:00
Родитель 980d3e8f9c
Коммит da2e8df29d
2 изменённых файлов: 3 добавлений и 2 удалений

2
nsprpub/configure поставляемый
Просмотреть файл

@ -4980,7 +4980,7 @@ if test -z "$SKIP_LIBRARY_CHECKS"; then
case $target in
*-darwin*)
*-darwin*|*-beos*)
;;
*)
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6

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

@ -2126,9 +2126,10 @@ dnl AC_CHECK_LIB(vms_jackets, main)
dnl We don't want anything to link with libdl even if it's present on OS X,
dnl since it's not used and not part of the default installation.
dnl The same goes for BeOS.
case $target in
*-darwin*)
*-darwin*|*-beos*)
;;
*)
AC_CHECK_LIB(dl, dlopen,