OSDN Git Service

No need for gcc thread stuff anymore, only cc.
authorBruce Momjian <bruce@momjian.us>
Thu, 13 May 2004 15:44:05 +0000 (15:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 May 2004 15:44:05 +0000 (15:44 +0000)
src/template/unixware

index a2943ff..01aa2f8 100644 (file)
@@ -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__