In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/90c748886b134637adca2d761f3084331e2756d7?hp=14a854df20035cc49ac5ec11e9fd45fe45819f2c>

- Log -----------------------------------------------------------------
commit 90c748886b134637adca2d761f3084331e2756d7
Author: H.Merijn Brand - Tux <[email protected]>
Date:   Thu Apr 21 16:43:46 2016 +0200

    Fix 683e3b31e8b72cce
    
    Was committed in perl5 as a1da3d4009387b6065a5116ba3a6cccd85e70168
    Author: H.Merijn Brand <[email protected]>
    Date:   Sat Oct 10 15:27:09 2015 +0200
    
        Found when backporting. JHI's reply:
    
        Oops.
    
        It should be define:define:define.
    
        I was trying to stop the test that uses alarm() not to compiled in a
        system where alarm() does not exist.
-----------------------------------------------------------------------

Summary of changes:
 U/compline/nblock_io.U | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/U/compline/nblock_io.U b/U/compline/nblock_io.U
index 73a190c..74a1072 100644
--- a/U/compline/nblock_io.U
+++ b/U/compline/nblock_io.U
@@ -23,7 +23,7 @@
 ?X:
 ?MAKE:o_nonblock eagain rd_nodata d_eofnblk: cat rm_try Compile run \
        d_open3 h_sysfile h_fcntl signal_t hint Oldconfig Setvar \
-       startsh i_unistd i_string i_fcntl i_stdlib d_fork d_pipe
+       startsh i_unistd i_string i_fcntl i_stdlib d_fork d_pipe d_alarm
 ?MAKE: -pick add $@ %<
 ?S:o_nonblock:
 ?S:    This variable bears the symbol value to be used during open() or fcntl()
@@ -138,8 +138,8 @@ 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
-       define:define)
+       case "$d_fork:$d_pipe:$d_alarm" in
+       define:define:define)
        $cat head.c > try.c
        $cat >>try.c <<EOCP
 #include <errno.h>

--
perl5 metaconfig repository

Reply via email to