[Python-checkins] python/dist/src configure, 1.455, 1.456 configure.in, 1.468, 1.469

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Sep 15 08:02:57 CEST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21350

Modified Files:
	configure configure.in 
Log Message:
Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -d -r1.455 -r1.456
--- configure	25 Aug 2004 23:59:39 -0000	1.455
+++ configure	15 Sep 2004 06:02:47 -0000	1.456
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.467 .
+# From configure.in Revision: 1.468 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for python 2.4.
 #
@@ -1477,7 +1477,7 @@
   # 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.[01234])
+  OpenBSD/2.* | OpenBSD/3.[0123456])
     define_xopen_source=no;;
   # On Solaris 2.6, sys/wait.h is inconsistent in the usage
   # of union __?sigval. Reported by Stuart Bishop.

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -d -r1.468 -r1.469
--- configure.in	25 Aug 2004 23:55:59 -0000	1.468
+++ configure.in	15 Sep 2004 06:02:53 -0000	1.469
@@ -140,7 +140,7 @@
   # 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.@<:@01234@:>@) 
+  OpenBSD/2.* | OpenBSD/3.@<:@0123456@:>@) 
     define_xopen_source=no;;
   # On Solaris 2.6, sys/wait.h is inconsistent in the usage
   # of union __?sigval. Reported by Stuart Bishop.



More information about the Python-checkins mailing list