summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-12-13 08:00:52 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2010-12-13 08:00:52 (GMT)
commit138fa430e958d011862d406ccb1061fe7f0c6baa (patch)
tree9d1998e74c3b1f8fcc5bcaf686f9134295ac4195 /configure
parent51ee270876f4e18ec579e57772e16fce146d805e (diff)
downloadcpython-138fa430e958d011862d406ccb1061fe7f0c6baa.zip
cpython-138fa430e958d011862d406ccb1061fe7f0c6baa.tar.gz
cpython-138fa430e958d011862d406ccb1061fe7f0c6baa.tar.bz2
regenerate configure based on r87207.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index c7156ef..2846170 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision.
+# From configure.in Revision: 87207 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for python 3.2.
#
@@ -13735,6 +13735,12 @@ case $ac_sys_system in
OSF*) as_fn_error $? "OSF* systems are deprecated unless somebody volunteers. Check http://bugs.python.org/issue8606" "$LINENO" 5 ;;
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