summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/irix_4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/hints/irix_4.sh')
-rw-r--r--contrib/perl5/hints/irix_4.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/perl5/hints/irix_4.sh b/contrib/perl5/hints/irix_4.sh
index f5883f3..8013c8a 100644
--- a/contrib/perl5/hints/irix_4.sh
+++ b/contrib/perl5/hints/irix_4.sh
@@ -22,3 +22,14 @@ If you have problems, you might have try including
-DSTANDARD_C -cckr
in ccflags.
EOM
+
+case "$usethreads" in
+$define|true|[yY]*)
+ cat >&4 <<EOM
+IRIX `uname -r` does not support POSIX threads.
+You should upgrade to at least IRIX 6.2 with pthread patches.
+EOM
+ exit 1
+ ;;
+esac
+
OpenPOWER on IntegriCloud