From 975d43854de5a85d5f8e60c095e598a3b0c5b470 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 18 May 2019 18:56:18 +0200 Subject: [PATCH] build: Avoid the use of mingw winpthreads for multithreading. * gettext-runtime/configure.ac: Invoke gl_AVOID_WINPTHREAD. * gettext-tools/configure.ac: Likewise. --- gettext-runtime/configure.ac | 3 +++ gettext-tools/configure.ac | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index dd2ab902e..29f661658 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -62,6 +62,9 @@ AC_EXEEXT dnl For a 64-bit build on AIX, AC_PROG_RANLIB is not sufficient. gl_PROG_AR_RANLIB +dnl Set preferences for the gnulib module 'threadlib'. +gl_AVOID_WINPTHREAD + dnl Make sure we see all GNU and Solaris extensions. gl_EARLY AM_PROG_CC_C_O diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 7d6fbad7f..c512480a7 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -77,6 +77,9 @@ AC_EXEEXT dnl For a 64-bit build on AIX, AC_PROG_RANLIB is not sufficient. gl_PROG_AR_RANLIB +dnl Set preferences for the gnulib module 'threadlib'. +gl_AVOID_WINPTHREAD + dnl Make sure we see all GNU and Solaris extensions. gl_EARLY grgl_EARLY -- 2.47.2