[Python-checkins] r67229 - in python/branches/release26-maint: configure.in

georg.brandl python-checkins at python.org
Sun Nov 16 09:02:56 CET 2008


Author: georg.brandl
Date: Sun Nov 16 09:02:56 2008
New Revision: 67229

Log:
Merged revisions 67227 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67227 | georg.brandl | 2008-11-16 09:00:17 +0100 (Sun, 16 Nov 2008) | 2 lines
  
  #4316: fix configure.in markup problem.
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/configure.in

Modified: python/branches/release26-maint/configure.in
==============================================================================
--- python/branches/release26-maint/configure.in	(original)
+++ python/branches/release26-maint/configure.in	Sun Nov 16 09:02:56 2008
@@ -261,7 +261,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.6[A-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