diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-03 13:47:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-03 13:47:44 (GMT) |
commit | 76bafc64ce10b986a9de2db19fc4c72662c31e6b (patch) | |
tree | 5a5f3998359d642e7cee62d4cb10bc9c0f3bec6d /configure | |
parent | 6f75a364e88f5c01fafa64d9ed8756240a10b5b0 (diff) | |
download | cpython-76bafc64ce10b986a9de2db19fc4c72662c31e6b.zip cpython-76bafc64ce10b986a9de2db19fc4c72662c31e6b.tar.gz cpython-76bafc64ce10b986a9de2db19fc4c72662c31e6b.tar.bz2 |
Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1437,8 +1437,8 @@ fi 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. - OpenBSD/2.* | OpenBSD/3.[0123]) + # Reconfirmed for OpenBSD 3.3 by Zachary Hamm, for 3.4 by Jason Ish. + OpenBSD/2.* | OpenBSD/3.[01234]) define_xopen_source=no;; # On Solaris 2.6, sys/wait.h is inconsistent in the usage # of union __?sigval. Reported by Stuart Bishop. |