[Python-checkins] r87208 - python/branches/py3k/configure

gregory.p.smith python-checkins at python.org
Mon Dec 13 09:00:52 CET 2010


Author: gregory.p.smith
Date: Mon Dec 13 09:00:52 2010
New Revision: 87208

Log:
regenerate configure based on r87207.


Modified:
   python/branches/py3k/configure

Modified: python/branches/py3k/configure
==============================================================================
--- python/branches/py3k/configure	(original)
+++ python/branches/py3k/configure	Mon Dec 13 09:00:52 2010
@@ -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 @@
   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
 
 
 


More information about the Python-checkins mailing list