From b691c02f8c79b7bac4a606da95849c0c7bcae239 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 9 Jan 1999 16:17:13 +0000 Subject: Move usethreads and use64bits logic from hints to Configure. p4raw-id: //depot/cfgperl@2592 --- hints/irix_6_0.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hints/irix_6_0.sh') diff --git a/hints/irix_6_0.sh b/hints/irix_6_0.sh index b0a39943bd..38fe27d282 100644 --- a/hints/irix_6_0.sh +++ b/hints/irix_6_0.sh @@ -41,11 +41,3 @@ 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 - -- cgit v1.2.1