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

Add quotes to += of unixware threads define.

This commit is contained in:
Bruce Momjian
2003-08-24 23:21:05 +00:00
parent 55b5fc9a9a
commit eb4dded09e

View File

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