]> granicus.if.org Git - python/commitdiff
regenerate configure based on r87207.
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 13 Dec 2010 08:00:52 +0000 (08:00 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 13 Dec 2010 08:00:52 +0000 (08:00 +0000)
configure

index c7156efb27e406b13f6d33b4300abd5a1b8766e8..284617077685351aa3b0850e7b76563c47668688 100755 (executable)
--- 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