summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBruce Momjian2005-08-29 00:47:35 +0000
committerBruce Momjian2005-08-29 00:47:35 +0000
commit1a6fe830112d31bc4cd50cc11e49661d64598412 (patch)
tree5502f7d70838d712bcd63f6c5c6251f5b5955ad8 /config
parent2d0339094592d202dc97e00f0524c03bdab9b81a (diff)
Allow Win32 libpq will use it's minimal pthread implementation, and ecpg
will use pthreadGC2. Dave Page
Diffstat (limited to 'config')
-rw-r--r--config/acx_pthread.m42
1 files changed, 1 insertions, 1 deletions
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: