From f780e457f046c09d336e4dab0ffbcfbec70bfbee Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 13 Oct 2012 14:17:08 +0000 Subject: 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. --- bfd/configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bfd/configure') 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. -- cgit v1.2.1