#4316: configure.in markup fix (backport from r67227).

This commit is contained in:
Georg Brandl 2008-11-16 08:01:08 +00:00
parent b9433b5d5e
commit 99b67fa222
1 changed files with 1 additions and 1 deletions

View File

@ -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.