ExtUtils::MakeMaker::prompt cannot return 0
[p5sagit/p5-mst-13.2.git] / hints / irix_6_0.sh
index 38fe27d..b0a3994 100644 (file)
@@ -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
+