summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-05-13 15:44:05 +0000
committerBruce Momjian2004-05-13 15:44:05 +0000
commitaf8a7194033e7e616fdc293664c3092fe6052b5e (patch)
treec9894c43bf532ae57ab6b9ae5eaf724fdd12bd9e
parent5ea1816858f07a777cf124055381208504722fda (diff)
No need for gcc thread stuff anymore, only cc.
-rw-r--r--src/template/unixware5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/template/unixware b/src/template/unixware
index a2943ff863..01aa2f8d9c 100644
--- a/src/template/unixware
+++ b/src/template/unixware
@@ -1,6 +1,5 @@
-if test "$GCC" = yes; then
- PTHREAD_CFLAGS="-pthread"
-else
+if test "$GCC" != yes; then
+then
# The -Kno_host is for a bug in the compiler. See -hackers
# discussion on 7-8/Aug/2003.
cat >conftest.c <<__EOF__