summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-05-29 18:07:40 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-05-29 18:07:40 (GMT)
commitdaafdd5bea1edb0fa980727cf8c52bfe7928d6b8 (patch)
tree9a508518d3a596ce11436bff47ada935011c177b /configure
parent04a90b4611d3a20ac593860d7f4156a14723e84a (diff)
downloadcpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.zip
cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.tar.gz
cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.tar.bz2
Issue #12196: Add pipe2() to the os module.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure b/configure
index e1ab99b..89a5d70 100755
--- a/configure
+++ b/configure
@@ -9307,7 +9307,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
if_nameindex \
initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mbrtowc mkdirat mkfifo \
- mkfifoat mknod mknodat mktime mremap nice openat pathconf pause plock poll \
+ mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \
posix_fallocate posix_fadvise pread \
pthread_init pthread_kill putenv pwrite readlink readlinkat readv realpath renameat \
select sem_open sem_timedwait sem_getvalue sem_unlink sendfile setegid seteuid \
@@ -13824,14 +13824,6 @@ $as_echo "#define HAVE_BROKEN_PIPE_BUF 1" >>confdefs.h
esac
-ac_fn_c_check_func "$LINENO" "pipe2" "ac_cv_func_pipe2"
-if test "x$ac_cv_func_pipe2" = x""yes; then :
-
-$as_echo "#define HAVE_PIPE2 1" >>confdefs.h
-
-fi
-
-
for h in `(cd $srcdir;echo Python/thread_*.h)`