1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

No need for gcc thread stuff anymore, only cc.

This commit is contained in:
Bruce Momjian 2004-05-13 15:44:05 +00:00
parent 9f7283eb1b
commit 261eda55d3

View 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__