From 261eda55d3473f4da3c60e09b4f9823688121593 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 May 2004 15:44:05 +0000 Subject: [PATCH] No need for gcc thread stuff anymore, only cc. --- src/template/unixware | 5 ++--- 1 file 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__ -- 2.40.0