diff options
author | Georg Brandl <georg@python.org> | 2008-11-16 08:01:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-16 08:01:08 (GMT) |
commit | 99b67fa222d905f84e28c8c73e6dfbff0e830b37 (patch) | |
tree | 4b9e4381730646da6fb8528a3ac0cca7dc2d93bb | |
parent | b9433b5d5e3e54674bb4ac15941e45509acedeff (diff) | |
download | cpython-99b67fa222d905f84e28c8c73e6dfbff0e830b37.zip cpython-99b67fa222d905f84e28c8c73e6dfbff0e830b37.tar.gz cpython-99b67fa222d905f84e28c8c73e6dfbff0e830b37.tar.bz2 |
#4316: configure.in markup fix (backport from r67227).
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3bb8717..cdd1773 100644 --- a/configure.in +++ b/configure.in @@ -211,7 +211,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. |