a wrong conclusion of the linking succeeding)
p4raw-id: //depot/perl@20794
$has_nanosleep++;
$DEFINE .= ' -DTIME_HIRES_NANOSLEEP';
}
- } elsif (has_x ("nanosleep (NULL, NULL)")) {
+ } elsif ($^O ne 'mpeix' && # MPE/iX falsely finds nanosleep.
+ has_x ("nanosleep (NULL, NULL)")) {
$has_nanosleep++;
$DEFINE .= ' -DTIME_HIRES_NANOSLEEP';
}