summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Broad <andy@broad.ology.org.uk>2015-08-13 19:08:31 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-09-05 11:12:41 -0400
commit683e3b31e8b72ccea0ba577bdee2bc58caa738ad (patch)
treeebe8a31cff4bed2dd2aeae3a421b707abd9df241 /Configure
parentcec1e88a5bb025e2e4f1ae7fe2555397eda0089e (diff)
downloadperl-683e3b31e8b72ccea0ba577bdee2bc58caa738ad.tar.gz
amigaos4: Configure: this test needs also alarm()
... which amigaos does not have.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 5b8c4d4131..6eb478d721 100755
--- a/Configure
+++ b/Configure
@@ -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