the magic smoke escapes from other testers.
p4raw-id: //depot/perl@33738
exit 1
;;
*)
- cat <<EOM >&4
+ case "$osvers" in
+ 8.*)
+ cat <<EOM >&4
*** ext/threads/shared/t/wait (threaded builds only)
EOM
+
+ [ "$d_msgctl" ] || d_msgctl='undef'
+ [ "$d_semctl" ] || d_semctl='undef'
+ [ "$d_shmctl" ] || d_shmctl='undef'
+ ;;
+ esac
+
case `uname -p` in
powerpc) arch=ppc64 ;;
i386) arch=x86_64 ;;
eval $var="\$${var}\ -arch\ $arch"
done
- [ "$d_msgctl" ] || d_msgctl='undef'
- [ "$d_semctl" ] || d_semctl='undef'
- [ "$d_shmctl" ] || d_shmctl='undef'
;;
esac
;;