1
0
Fork 0
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:
Peter Stephenson 2008-08-04 17:44:35 +00:00
parent 4fc027edf0
commit f1433d5f8b
2 changed files with 4 additions and 1 deletions

View file

@ -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
;;
*)