1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Allow Win32 libpq will use it's minimal pthread implementation, and ecpg

will use pthreadGC2.

Dave Page
This commit is contained in:
Bruce Momjian
2005-08-29 00:47:35 +00:00
parent 2d03390945
commit 1a6fe83011
3 changed files with 9 additions and 3 deletions

2
configure vendored
View File

@ -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: