X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Firix_6_1.sh;h=50498af7180e0d5b47ab7865537c2ebf7aed047a;hb=2dc0455f0afe9db74cde399b98f5c0c6f15650bd;hp=1c54f774a90132110faee55db3822792072b685b;hpb=e5c9fcd0420f2862565625a4bd5596204107f54f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/irix_6_1.sh b/hints/irix_6_1.sh index 1c54f77..50498af 100644 --- a/hints/irix_6_1.sh +++ b/hints/irix_6_1.sh @@ -42,9 +42,23 @@ libswanted="$*" # shift # libswanted="$*" -if [ "X$usethreads" = "X$define" ]; then - echo >&4 "IRIX 6.1 does not have POSIX threads." - echo >&4 "You should upgrade to at least IRIX 6.3." - echo >&4 "Cannot continue, aborting." - exit 1 -fi +case "$usethreads" in +$define|true|[yY]*) + cat >&4 <&4 <