From: Bruno Haible Date: Sat, 18 May 2019 16:56:18 +0000 (+0200) Subject: build: Avoid the use of mingw winpthreads for multithreading. X-Git-Tag: v0.21~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9fd4eb0a052b9675b8385030f7a87a2743520b;p=thirdparty%2Fgettext.git build: Avoid the use of mingw winpthreads for multithreading. * gettext-runtime/configure.ac: Invoke gl_AVOID_WINPTHREAD. * gettext-tools/configure.ac: Likewise. --- diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index de203e758..21fb11ef6 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 fdf75c1ad..0ddc236e9 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