From c3748b13765a193fcff7f75b9d1ba99b24fa3509 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 31 May 2019 12:13:56 +0300 Subject: [PATCH] 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 . --- nt/mingw-cfg.site | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5