mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix unixware template --- had spaces around equals.
This commit is contained in:
@ -11,4 +11,4 @@ fi
|
||||
|
||||
SUPPORTS_THREADS=yes
|
||||
NEED_REENTRANT_FUNC_NAMES=yes
|
||||
THREAD_CFLAGS = "$THREAD_CFLAGS -D_REENTRANT"
|
||||
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
|
||||
|
Reference in New Issue
Block a user