Commit f3dda964 authored by Bruce Momjian's avatar Bruce Momjian

Fix unixware thread test.

parent 0c9f978c
...@@ -11,4 +11,4 @@ fi ...@@ -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 = "$THREAD_CFLAGS -D_REENTRANT"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment