We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7283e commit 261eda5Copy full SHA for 261eda5
src/template/unixware
@@ -1,6 +1,5 @@
1
-if test "$GCC" = yes; then
2
- PTHREAD_CFLAGS="-pthread"
3
-else
+if test "$GCC" != yes; then
+then
4
# The -Kno_host is for a bug in the compiler. See -hackers
5
# discussion on 7-8/Aug/2003.
6
cat >conftest.c <<__EOF__
0 commit comments