summaryrefslogtreecommitdiff
path: root/hints/irix_6_0.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/irix_6_0.sh')
-rw-r--r--hints/irix_6_0.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/hints/irix_6_0.sh b/hints/irix_6_0.sh
index 38fe27d282..e76890d120 100644
--- a/hints/irix_6_0.sh
+++ b/hints/irix_6_0.sh
@@ -41,3 +41,11 @@ libswanted="$*"
# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
# shift
# libswanted="$*"
+
+if [ "X$usethreads" != "X" ]; then
+ echo >&4 "IRIX 6.0 does not have POSIX threads."
+ echo >&4 "You should upgrade to at least IRIX 6.3."
+ echo >&4 "Cannot continue, aborting."
+ exit 1
+fi
+