Unbreak MinGW64 build with pthreads.h installed
* nt/mingw-cfg.site (gl_cv_func_pthread_sigmask_macro): Set to "no", to avoid compiling Gnulib's pthread_sigmask.c. Reported by Richard Copley <rcopley@gmail.com>.
This commit is contained in:
parent
40bc7ddb75
commit
c3748b1376
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ ac_cv_func_pthread_sigmask=yes
|
|||
gl_threads_api=posix
|
||||
gl_cv_func_pthread_sigmask_return_works=yes
|
||||
gl_cv_func_pthread_sigmask_unblock_works="not relevant"
|
||||
gl_cv_func_pthread_sigmask_macro=no
|
||||
# Implemented in w32proc.c
|
||||
emacs_cv_langinfo_codeset=yes
|
||||
emacs_cv_langinfo__nl_paper_width=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue