diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-05-31 12:13:56 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-05-31 12:13:56 +0300 |
commit | c3748b13765a193fcff7f75b9d1ba99b24fa3509 (patch) | |
tree | 44bef3fac95f3def9a6aafd083a23bda8585c551 /nt | |
parent | 40bc7ddb7529e516e380cc2f2d904feb3faadced (diff) | |
download | emacs-c3748b13765a193fcff7f75b9d1ba99b24fa3509.tar.gz |
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>.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/mingw-cfg.site | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 4df20494921..498cd6798eb 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -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 |