summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-16 08:00:17 (GMT)
committerGeorg Brandl <georg@python.org>2008-11-16 08:00:17 (GMT)
commit4b9bcfc98d5bd68e2c9bc463736fd8c3e09de103 (patch)
tree1072abf334a03065cb7685afa0cff86e39fc5ba6 /configure.in
parente3d0bf740f13fecee9e8df03782e245f4188bb30 (diff)
downloadcpython-4b9bcfc98d5bd68e2c9bc463736fd8c3e09de103.zip
cpython-4b9bcfc98d5bd68e2c9bc463736fd8c3e09de103.tar.gz
cpython-4b9bcfc98d5bd68e2c9bc463736fd8c3e09de103.tar.bz2
#4316: fix configure.in markup problem.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8b9d377..1af15b3 100644
--- a/configure.in
+++ b/configure.in
@@ -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.