mirror of https://github.com/postgres/postgres
Add quotes to += of unixware threads define.
This commit is contained in:
parent
55b5fc9a9a
commit
eb4dded09e
|
@ -11,4 +11,4 @@ fi
|
|||
|
||||
SUPPORTS_THREADS=yes
|
||||
NEED_REENTRANT_FUNC_NAMES=yes
|
||||
THREAD_CFLAGS += -D_REENTRANT
|
||||
THREAD_CFLAGS += "-D_REENTRANT"
|
||||
|
|
Loading…
Reference in New Issue