X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Firix_6_0.sh;h=b0a39943bd4e079d7038c779ed3c39380964d18c;hb=9ad0a0f606dfe6bb2ec67942ae23eef93c8ce770;hp=38fe27d282cb42eef676f0a1261e6341d94eac65;hpb=e8c10df3928ec185d4ddb049bbc636ff5fd03360;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/irix_6_0.sh b/hints/irix_6_0.sh index 38fe27d..b0a3994 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$define" ]; 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 +