mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
users/13095: no _XOPEN_SOURCE_EXTENDED on AIX
This commit is contained in:
parent
4fc027edf0
commit
f1433d5f8b
2 changed files with 4 additions and 1 deletions
|
@ -679,7 +679,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]*)
|
||||
*openbsd*|*freebsd5*|*freebsd6.[012]*|*aix*)
|
||||
zsh_cv_no_xopen=yes
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue