Force lazy_lock on MinGW.

This resolves #83.
This commit is contained in:
Jason Evans 2015-07-23 14:08:49 -07:00
parent 5fae7dc1b3
commit 13473c7c66

View File

@ -340,6 +340,7 @@ case "${host}" in
*-*-mingw* | *-*-cygwin*)
abi="pecoff"
force_tls="0"
force_lazy_lock="1"
RPATH=""
so="dll"
if test "x$je_cv_msvc" = "xyes" ; then