summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-09-05 02:54:42 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-09-05 02:54:42 (GMT)
commit541a48b262a099d55298e32f62d8b1f4a0b97e8e (patch)
tree9ca40a65b3b8bfffa2f0abef92e907444b8248bf /configure
parent716692ff13ac13278da4eb078b2b1e46eaf4aab1 (diff)
downloadcpython-541a48b262a099d55298e32f62d8b1f4a0b97e8e.zip
cpython-541a48b262a099d55298e32f62d8b1f4a0b97e8e.tar.gz
cpython-541a48b262a099d55298e32f62d8b1f4a0b97e8e.tar.bz2
Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8da9b5e..794a0be 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 47267 .
+# From configure.in Revision: 51173 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
@@ -1553,7 +1553,7 @@ case $ac_sys_system/$ac_sys_release in
# On OpenBSD, select(2) is not available if _XOPEN_SOURCE is defined,
# even though select is a POSIX function. Reported by J. Ribbens.
# Reconfirmed for OpenBSD 3.3 by Zachary Hamm, for 3.4 by Jason Ish.
- OpenBSD/2.* | OpenBSD/3.[0123456789])
+ OpenBSD/2.* | OpenBSD/3.[0123456789] | OpenBSD/4.[0])
define_xopen_source=no;;
# On Solaris 2.6, sys/wait.h is inconsistent in the usage
# of union __?sigval. Reported by Stuart Bishop.