index a2943ff863d80f3c15f479d0719a5a80dba8ce12..01aa2f8d9ce87b556430157235a8da2bb8fb7aab 100644 (file)
-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__