1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to

binary compiles, and adjust configure tests for AIX.
This commit is contained in:
Bruce Momjian
2004-12-16 17:48:29 +00:00
parent cd380b99cd
commit b5498167d7
5 changed files with 49 additions and 35 deletions

View File

@@ -33,5 +33,3 @@ sqlmansect = 5sql
# Unixware needs threads for everything that uses libpq
CFLAGS += $(PTHREAD_CFLAGS)