mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 15:47:01 -04:00
No need for gcc thread stuff anymore, only cc.
This commit is contained in:
parent
9f7283eb1b
commit
261eda55d3
1 changed files with 2 additions and 3 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in a new issue