X_OPEN_SOURCE workaround for 3.7 as well...

This commit is contained in:
jolan 2005-03-08 09:20:32 +00:00
parent 57e28b58db
commit a0900859f7

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_in,v 1.5 2004/08/11 08:11:50 xsa Exp $
$OpenBSD: patch-configure_in,v 1.6 2005/03/08 09:20:32 jolan Exp $
--- configure.in.orig Fri May 7 21:13:47 2004
+++ configure.in Wed Aug 11 09:55:49 2004
@@ -136,7 +136,7 @@ case $ac_sys_system/$ac_sys_release in
@ -6,7 +6,7 @@ $OpenBSD: patch-configure_in,v 1.5 2004/08/11 08:11:50 xsa Exp $
# 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.@<:@01234@:>@)
+ OpenBSD/2.* | OpenBSD/3.@<:@0123456@:>@)
+ OpenBSD/2.* | OpenBSD/3.@<:@01234567@:>@)
define_xopen_source=no;;
# On Solaris 2.6, sys/wait.h is inconsistent in the usage
# of union __?sigval. Reported by Stuart Bishop.