From a1da3d4009387b6065a5116ba3a6cccd85e70168 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 10 Oct 2015 15:27:09 +0200 Subject: [PATCH] Fix 683e3b31e8b72cce 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. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index f5f78f4093..e751dd9527 100755 --- a/Configure +++ b/Configure @@ -13311,7 +13311,7 @@ echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4 case "$eagain" in '') case "$d_fork:$d_pipe:$d_alarm" in - define:define) + define:define:define) $cat head.c > try.c $cat >>try.c <