Hint away the semid_ds test in NetBSD/sparc.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 7 Aug 2003 15:45:03 +0000 (15:45 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 7 Aug 2003 15:45:03 +0000 (15:45 +0000)
p4raw-id: //depot/perl@20552

hints/netbsd.sh

index 02d730f..07c6099 100644 (file)
@@ -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
+