aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-13 14:17:14 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-10-13 14:17:14 +0000
commit3cf9e6c4081cb72b5630f4f47861d285c9e1438a (patch)
treed52c9d902fd1a565a54cf005b5dc2976da3ed5eb /bfd/configure.in
parent5d973135d48c2452335417764ffc9c4f1160f65d (diff)
downloadfsf-binutils-gdb-3cf9e6c4081cb72b5630f4f47861d285c9e1438a.zip
fsf-binutils-gdb-3cf9e6c4081cb72b5630f4f47861d285c9e1438a.tar.gz
fsf-binutils-gdb-3cf9e6c4081cb72b5630f4f47861d285c9e1438a.tar.bz2
Replace -ldl with @lt_cv_dlopen_libs@
* Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@. * configure.in (lt_cv_dlopen_libs): AC_SUBST. * Makefile.in: Regenerated. * configure: Likewise.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 612d032..530bbcb 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -1100,6 +1100,7 @@ else
supports_plugins=0
fi
AC_SUBST(supports_plugins)
+AC_SUBST(lt_cv_dlopen_libs)
# Determine the host dependant file_ptr a.k.a. off_t type. In order
# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and