diff options
author | Georg Brandl <georg@python.org> | 2008-11-16 08:02:56 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-16 08:02:56 +0000 |
commit | 6061612b0edaf2b59a6dd51805cd1d5f5418c2a2 (patch) | |
tree | 7dfa62a648762f21c2afde86af3378d56cd46d3c | |
parent | fd0e763c4e71dd01d92df93ac829fe962dd4da68 (diff) | |
download | cpython-git-6061612b0edaf2b59a6dd51805cd1d5f5418c2a2.tar.gz |
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.
........
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 352bf76df6..97a7d41b6f 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. |