[Python-checkins] r67236 - python/branches/release25-maint/configure

benjamin.peterson python-checkins at python.org
Sun Nov 16 18:57:32 CET 2008


Author: benjamin.peterson
Date: Sun Nov 16 18:57:31 2008
New Revision: 67236

Log:
regenerate configure

Modified:
   python/branches/release25-maint/configure

Modified: python/branches/release25-maint/configure
==============================================================================
--- python/branches/release25-maint/configure	(original)
+++ python/branches/release25-maint/configure	Sun Nov 16 18:57:31 2008
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 66299 .
+# From configure.in Revision: 67228 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.5.
 #
@@ -2017,7 +2017,7 @@
   # Defining _XOPEN_SOURCE on NetBSD version prior to the introduction of
   # _NETBSD_SOURCE disables certain features (eg. setgroups). Reported by
   # Marc Recht
-  NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6A-S)
+  NetBSD/1.5 | NetBSD/1.5.* | NetBSD/1.6 | NetBSD/1.6.* | NetBSD/1.6[A-S])
     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