summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-13 14:17:08 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-10-13 14:17:08 +0000
commitf780e457f046c09d336e4dab0ffbcfbec70bfbee (patch)
tree515de7cdfdfd3d3b77bbc67655bd7bf89ac3b055 /bfd/configure.in
parent01d67a18db719cb0c38695f3beb5d562771e72eb (diff)
downloadbinutils-redhat-f780e457f046c09d336e4dab0ffbcfbec70bfbee.tar.gz
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 612d032fb3..530bbcb348 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