summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2005-08-29 00:47:35 +0000
committerBruce Momjian2005-08-29 00:47:35 +0000
commit1a6fe830112d31bc4cd50cc11e49661d64598412 (patch)
tree5502f7d70838d712bcd63f6c5c6251f5b5955ad8 /configure
parent2d0339094592d202dc97e00f0524c03bdab9b81a (diff)
Allow Win32 libpq will use it's minimal pthread implementation, and ecpg
will use pthreadGC2. Dave Page
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3cc7ba747a..0fc920fbab 100755
--- a/configure
+++ b/configure
@@ -16248,7 +16248,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: