Commit 138fa430 authored by Gregory P. Smith's avatar Gregory P. Smith

regenerate configure based on r87207.

parent 51ee2708
#! /bin/sh #! /bin/sh
# From configure.in Revision. # From configure.in Revision: 87207 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for python 3.2. # Generated by GNU Autoconf 2.67 for python 3.2.
# #
...@@ -13735,6 +13735,12 @@ case $ac_sys_system in ...@@ -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 ;; OSF*) as_fn_error $? "OSF* systems are deprecated unless somebody volunteers. Check http://bugs.python.org/issue8606" "$LINENO" 5 ;;
esac 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment