From: Eli Zaretskii Date: Fri, 31 May 2019 09:13:56 +0000 (+0300) Subject: Unbreak MinGW64 build with pthreads.h installed X-Git-Tag: emacs-27.0.90~2749 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3748b13765a193fcff7f75b9d1ba99b24fa3509;p=emacs.git 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 . --- 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