1
0
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:
Bruce Momjian
2003-08-30 03:19:47 +00:00
parent 7e2a4cfe63
commit ceacae7734
3 changed files with 3 additions and 3 deletions

View File

@ -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"