Skip to content
Snippets Groups Projects
Commit 261eda55 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

No need for gcc thread stuff anymore, only cc.

parent 9f7283eb
No related branches found
No related tags found
No related merge requests found
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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment