Skip to content

Commit

Permalink
Merge pull request #3138 from hirooih/cygwin-pthread-init-lock-segfault
Browse files Browse the repository at this point in the history
cygwin: disable weak reference for pthread library
  • Loading branch information
hirooih authored Aug 28, 2021
2 parents 0521db5 + 1675e2a commit 10c03fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ case "$host" in
AC_DEFINE(MANUAL_GLOBBING)
AC_DEFINE(HAVE__FINDFIRST)
;;
*-cygwin*)
gl_cv_have_weak=no
;;
esac
AM_CONDITIONAL([HOST_MINGW], [test "x${host_mingw}" = "xyes"])

Expand Down

0 comments on commit 10c03fd

Please sign in to comment.