1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix unixware thread test.

This commit is contained in:
Bruce Momjian
2003-08-25 02:48:25 +00:00
parent 0c9f978c0c
commit f3dda96452

View File

@ -11,4 +11,4 @@ fi
SUPPORTS_THREADS=yes
NEED_REENTRANT_FUNC_NAMES=yes
THREAD_CFLAGS += "-D_REENTRANT"
THREAD_CFLAGS = "$THREAD_CFLAGS -D_REENTRANT"