summaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>2000-12-12 20:52:54 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-12-12 12:52:54 -0800
commitf2beb7ef551e6d8560f95a1ff2772720716b1697 (patch)
treecc4c12662e02c0a04b6809bbcdcc93fd6fdec164 /boehm-gc/configure.in
parent2b60b2cb39dc367d809b732b35ed9d26fe9658c0 (diff)
downloadgcc-f2beb7ef551e6d8560f95a1ff2772720716b1697.tar.gz
Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS. * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and set accordingly. * Makefile.in: Rebuilt. * configure: Likewise. (http://sources.redhat.com/ml/java-patches/2000-q4/msg00237.html) From-SVN: r38208
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 70764c47343..ea23b5123e5 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -98,6 +98,9 @@ esac
AC_MSG_RESULT($THREADS)
AC_SUBST(THREADLIB)
+AC_CHECK_LIB(dl, dlopen, EXTRA_TEST_LIBS="$EXTRA_TEST_LIBS -ldl")
+AC_SUBST(EXTRA_TEST_LIBS)
+
AC_ARG_ENABLE(java-gc,
changequote(<<,>>)dnl
<< --enable-java-gc=TYPE choose garbage collector [boehm]>>,