X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Firix_6_0.sh;h=50498af7180e0d5b47ab7865537c2ebf7aed047a;hb=53df3d8cb98cbfbef669eddaaa174212d27bd68c;hp=b0a39943bd4e079d7038c779ed3c39380964d18c;hpb=e5c9fcd0420f2862565625a4bd5596204107f54f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/irix_6_0.sh b/hints/irix_6_0.sh index b0a3994..50498af 100644 --- a/hints/irix_6_0.sh +++ b/hints/irix_6_0.sh @@ -42,10 +42,23 @@ libswanted="$*" # 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 +case "$usethreads" in +$define|true|[yY]*) + cat >&4 <&4 <