1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-22 16:06:05 +02:00

32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSD

This commit is contained in:
Jasper Lievisse Adriaanse 2014-04-17 15:46:16 +02:00 committed by Peter Stephenson
parent 9da59238ff
commit 315c607445
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-04-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Jasper Lievisse Adriaanse: 32558: configure.ac:
_XOPEN_SOURCE_EXTENDED now works OK on OpenBSD.
2014-04-20 Barton E. Schaefer <schaefer@zsh.org>
* 32569: Src/loop.c: lastval ($?) should not be reset between

View File

@ -756,7 +756,7 @@ AH_TEMPLATE([ZSH_NO_XOPEN],
AC_CACHE_CHECK(if _XOPEN_SOURCE_EXTENDED should not be defined,
zsh_cv_no_xopen,
[[case "$host_os" in
*openbsd*|*freebsd5*|*freebsd6.[012]*|*aix*)
*freebsd5*|*freebsd6.[012]*|*aix*)
zsh_cv_no_xopen=yes
;;
*)