summaryrefslogtreecommitdiff
path: root/bfd/configure
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
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')
-rwxr-xr-xbfd/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure
index d81719d328..fdf5356bc0 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -606,6 +606,7 @@ havevecs
tdefaults
bfd_ufile_ptr
bfd_file_ptr
+lt_cv_dlopen_libs
supports_plugins
bfd_default_target_size
bfd_machines
@@ -11414,7 +11415,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11417 "configure"
+#line 11418 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11520,7 +11521,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11523 "configure"
+#line 11524 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15633,6 +15634,7 @@ else
fi
+
# 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
# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.