summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-03 16:16:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-03 16:16:12 +0000
commit86498e8829d9fda00d23bd5593782807aa6804f7 (patch)
treee6cb27c4e104d7c9f3a733b9910014ce63ec20fe /Configure
parent4617e9a32e0e4a2e250fab079883a8a083804e1c (diff)
downloadperl-86498e8829d9fda00d23bd5593782807aa6804f7.tar.gz
Configure fix for the DYNIX/ptx F_SETFL problem,
reported by Peter Prymmer for 5.6-TRIAL1. p4raw-id: //depot/perl@8683
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure14
1 files changed, 6 insertions, 8 deletions
diff --git a/Configure b/Configure
index 59c448a76a..ea1ecc028a 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$$ <<EOF
@@ -8798,13 +8798,11 @@ esac
: check for non-blocking I/O stuff
case "$h_sysfile" in
-true) echo "#include <sys/file.h>" > head.c;;
-*)
- case "$h_fcntl" in
- true) echo "#include <fcntl.h>" > head.c;;
- *) echo "#include <sys/fcntl.h>" > head.c;;
- esac
- ;;
+true) echo "#include <sys/file.h>" > head.c;;
+esac
+case "$h_fcntl" in
+true) echo "#include <fcntl.h>" >> head.c;;
+*) echo "#include <sys/fcntl.h>" >> head.c;;
esac
echo " "
echo "Figuring out the flag used by open() for non-blocking I/O..." >&4