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

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Jul 25 18:07:30 EDT 2003
Last updated: Fri Aug 29 21:40:10 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)

View File

@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Fri Jul 25 18:07:30 EDT 2003</P>
<P>Last updated: Fri Aug 29 21:40:10 EDT 2003</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>

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"