From 1a6fe830112d31bc4cd50cc11e49661d64598412 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Aug 2005 00:47:35 +0000 Subject: Allow Win32 libpq will use it's minimal pthread implementation, and ecpg will use pthreadGC2. Dave Page --- config/acx_pthread.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4 index 2ca565c144..ceb161a556 100644 --- a/config/acx_pthread.m4 +++ b/config/acx_pthread.m4 @@ -43,7 +43,7 @@ fi # which indicates that we try without any flags at all, and "pthread-config" # which is a program returning the flags for the Pth emulation library. -acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" +acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config pthreadGC2" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: -- cgit v1.2.1