From: Jarkko Hietaniemi Date: Thu, 7 Aug 2003 15:45:03 +0000 (+0000) Subject: Hint away the semid_ds test in NetBSD/sparc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3332bd48887b0ba301a11465bf667141ae01ada3;p=p5sagit%2Fp5-mst-13.2.git Hint away the semid_ds test in NetBSD/sparc. p4raw-id: //depot/perl@20552 --- diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 02d730f..07c6099 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -174,3 +174,8 @@ EOF ;; esac +# NetBSD/sparc 1.5.3/1.6.1 dumps core in the semid_ds test of Configure. +case `uname -m` in +sparc) d_semctl_semid_ds=undef ;; +esac +