summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-03 19:37:06 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-03 19:37:06 +0000
commitad073625e6f9c4695511be8cae7efb727830c3d5 (patch)
treeca3b38ce59c366b7d188f47b650873155b2a03de /configure
parentf37aa98097f82045a0ac3087c9876054f55e5609 (diff)
Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure
index aca4abd..4baa4aa 100755
--- a/configure
+++ b/configure
@@ -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 \