[m-rev.] diff: Fix configuration of thread support for MinGW-w64 32-bit target.

Peter Wang novalazy at gmail.com
Wed Aug 13 14:45:29 AEST 2014


Branches: master, 14.01

configure.ac:
	Relax a host pattern to cover MinGW-w64 x86 targets (i*86)
	in addition to x86_64.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ea77d5a..bf74335 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3140,7 +3140,7 @@ case "$host" in
         esac
         ;;
 
-    x86_64*w64*mingw32*)
+    *-w64-mingw*)
         CFLAGS_FOR_THREADS="$WIN32_GC_THREADLIB"
         THREAD_LIBS="-lpthread"
         ENABLE_BOEHM_THREAD_LOCAL_ALLOC="-DTHREAD_LOCAL_ALLOC"
-- 
1.8.4




More information about the reviews mailing list