]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Avoid the use of mingw winpthreads for multithreading.
authorBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 16:56:18 +0000 (18:56 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 23:09:27 +0000 (01:09 +0200)
* gettext-runtime/configure.ac: Invoke gl_AVOID_WINPTHREAD.
* gettext-tools/configure.ac: Likewise.

gettext-runtime/configure.ac
gettext-tools/configure.ac

index de203e75805b68651fd55eeb10ee6977bdd9efbe..21fb11ef6f86bc5898102970783595598eaaebe3 100644 (file)
@@ -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
index fdf75c1ada2ef305d870f43b7499bc440130bac8..0ddc236e9033793fd6180be204f753ec7b9928c0 100644 (file)
@@ -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