From: Bruce Momjian Date: Thu, 13 May 2004 15:44:05 +0000 (+0000) Subject: No need for gcc thread stuff anymore, only cc. X-Git-Tag: REL8_0_0BETA1~648 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=261eda55d3473f4da3c60e09b4f9823688121593;p=thirdparty%2Fpostgresql.git No need for gcc thread stuff anymore, only cc. --- diff --git a/src/template/unixware b/src/template/unixware index a2943ff863d..01aa2f8d9ce 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__