summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-12-22 22:45:32 +0000
committerwtchang%redhat.com <devnull@localhost>2005-12-22 22:45:32 +0000
commitcedd24728036345e31fdd49514dc763a9ccaa488 (patch)
tree59fa221f2f62f0ec7757f8a921bd381fb2fbf268
parentc7823a481158d780ddfd3fc6a54f9fdcdb783bef (diff)
downloadnspr-hg-cedd24728036345e31fdd49514dc763a9ccaa488.tar.gz
Bugzilla Bug 321230: don't link with libdl on BeOS. The patch is
contributed by Christian Biesinger <cbiesinger@gmx.at>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rwxr-xr-xconfigure2
-rw-r--r--configure.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index c7283bba..3e424ba1 100755
--- a/configure
+++ b/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
diff --git a/configure.in b/configure.in
index eb2bb836..213c1b63 100644
--- a/configure.in
+++ b/configure.in
@@ -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,