diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-03 19:37:06 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-03 19:37:06 +0000 |
commit | ad073625e6f9c4695511be8cae7efb727830c3d5 (patch) | |
tree | ca3b38ce59c366b7d188f47b650873155b2a03de /configure | |
parent | f37aa98097f82045a0ac3087c9876054f55e5609 (diff) |
Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -644,6 +644,7 @@ V6_FLAG OPENSSL_LIBS VERSION_INFO DEFAULT_CFLAGS +LT_CV_OBJDIR SHLIBPATH_VAR CXXCPP OTOOL64 @@ -15206,10 +15207,14 @@ $as_echo "no, using $LN_S" >&6; } fi -# Export +# Export LD_LIBRARY_PATH name or equivalent. SHLIBPATH_VAR=$shlibpath_var +# Export .libs or equivalent. +LT_CV_OBJDIR=$lt_cv_objdir + + ### Default CFLAGS DEFAULT_CFLAGS="" DEFAULT_CFLAGS="-O -g3 -Wall -Wcast-align -Wstrict-prototypes \ |