From: Jarkko Hietaniemi Date: Sat, 3 Feb 2001 16:16:12 +0000 (+0000) Subject: Configure fix for the DYNIX/ptx F_SETFL problem, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86498e8829d9fda00d23bd5593782807aa6804f7;p=p5sagit%2Fp5-mst-13.2.git Configure fix for the DYNIX/ptx F_SETFL problem, reported by Peter Prymmer for 5.6-TRIAL1. p4raw-id: //depot/perl@8683 --- diff --git a/Configure b/Configure index 59c448a..ea1ecc0 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Jan 23 16:39:46 EET 2001 [metaconfig 3.0 PL70] +# Generated on Sat Feb 3 18:13:59 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <" > head.c;; -*) - case "$h_fcntl" in - true) echo "#include " > head.c;; - *) echo "#include " > head.c;; - esac - ;; +true) echo "#include " > head.c;; +esac +case "$h_fcntl" in +true) echo "#include " >> head.c;; +*) echo "#include " >> head.c;; esac echo " " echo "Figuring out the flag used by open() for non-blocking I/O..." >&4