summaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-13 15:44:05 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-13 15:44:05 +0000
commit261eda55d3473f4da3c60e09b4f9823688121593 (patch)
tree0c4a9845b44b42d75f84631c24815a1237878452 /src/template
parent9f7283eb1b40e727ebcd356f6fb6633083855160 (diff)
downloadpostgresql-261eda55d3473f4da3c60e09b4f9823688121593.tar.gz
No need for gcc thread stuff anymore, only cc.
Diffstat (limited to 'src/template')
-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__