diff options
author | Andy Broad <andy@broad.ology.org.uk> | 2015-08-13 19:08:31 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-09-05 11:12:41 -0400 |
commit | 683e3b31e8b72ccea0ba577bdee2bc58caa738ad (patch) | |
tree | ebe8a31cff4bed2dd2aeae3a421b707abd9df241 /Configure | |
parent | cec1e88a5bb025e2e4f1ae7fe2555397eda0089e (diff) | |
download | perl-683e3b31e8b72ccea0ba577bdee2bc58caa738ad.tar.gz |
amigaos4: Configure: this test needs also alarm()
... which amigaos does not have.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13326,7 +13326,7 @@ echo " " echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4 case "$eagain" in '') - case "$d_fork:$d_pipe" in + case "$d_fork:$d_pipe:$d_alarm" in define:define) $cat head.c > try.c $cat >>try.c <<EOCP |