]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#4316: fix configure.in markup problem.
authorGeorg Brandl <georg@python.org>
Sun, 16 Nov 2008 08:00:17 +0000 (08:00 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 16 Nov 2008 08:00:17 +0000 (08:00 +0000)
configure.in

index 8b9d3773ad73f0bfc17062d7f8f7f93552f96d96..1af15b33281f7f6eb37a6d8988f520eda48584f5 100644 (file)
@@ -261,7 +261,7 @@ case $ac_sys_system/$ac_sys_release in
   # 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.