diff options
author | Balaji V. Iyer <balaji.v.iyer@intel.com> | 2013-11-12 23:13:13 +0000 |
---|---|---|
committer | Balaji V. Iyer <bviyer@gcc.gnu.org> | 2013-11-12 15:13:13 -0800 |
commit | f8ae0b2ac5d94fa0a537909a6f49f00657f3e3fa (patch) | |
tree | 105fe52d695c1ad43e5fa33bcf6b7dc2d29d5b65 /libcilkrts/configure | |
parent | 115d1851826d533e0676c991ca4e4216ff32782e (diff) | |
download | gcc-f8ae0b2ac5d94fa0a537909a6f49f00657f3e3fa.zip gcc-f8ae0b2ac5d94fa0a537909a6f49f00657f3e3fa.tar.gz gcc-f8ae0b2ac5d94fa0a537909a6f49f00657f3e3fa.tar.bz2 |
Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability of "-ldl" flag.
2013-11-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
* Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability
of "-ldl" flag.
* configure.ac: Likewise.
* configure: Regenerate
* Makefile.in: Likewise.
From-SVN: r204723
Diffstat (limited to 'libcilkrts/configure')
-rw-r--r-- | libcilkrts/configure | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/libcilkrts/configure b/libcilkrts/configure index 41deb9f..2461b51 100644 --- a/libcilkrts/configure +++ b/libcilkrts/configure @@ -604,6 +604,7 @@ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS +lt_cv_dlopen_libs toolexeclibdir toolexecdir CXXCPP @@ -4982,6 +4983,10 @@ else fi +enable_dlopen=yes + + + case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 @@ -7587,8 +7592,6 @@ done - enable_dlopen=no - enable_win32_dll=no @@ -11057,7 +11060,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11060 "configure" +#line 11063 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11163,7 +11166,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11166 "configure" +#line 11169 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14419,6 +14422,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + # Must be last cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure |