]> 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>
Mon, 13 Apr 2020 10:48:41 +0000 (12:48 +0200)
* gettext-runtime/configure.ac: Invoke gl_AVOID_WINPTHREAD.
* gettext-tools/configure.ac: Likewise.

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

index dd2ab902e8fc25b655f14aab4cae99354be03a1f..29f6616586e79ee4f928a62fb90a8123714847e6 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 7d6fbad7f4267e3570433f18b2f5f0a461c687be..c512480a75442998a1a2e8d166997fd10bf13593 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