Commit 261eda55 authored by Bruce Momjian's avatar Bruce Momjian

No need for gcc thread stuff anymore, only cc.

parent 9f7283eb
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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment