mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 04:51:12 +02:00
24927: Phil Pennock: limit XOPEN workaround to FreeBSD 6
This commit is contained in:
parent
c9006a06a3
commit
2b2cb523eb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-06 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* 24927: Phil Pennock: configure.ac: Free BSD only doesn't need
|
||||||
|
_XOPEN_SOURCE_EXTENDED on Free BSD 6.
|
||||||
|
|
||||||
2008-05-04 Wayne Davison <wayned@users.sourceforge.net>
|
2008-05-04 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
* 24831 plus changes: Src/hist.c: simplified fcntl() locking.
|
* 24831 plus changes: Src/hist.c: simplified fcntl() locking.
|
||||||
|
|
|
@ -687,7 +687,7 @@ AH_TEMPLATE([ZSH_NO_XOPEN],
|
||||||
AC_CACHE_CHECK(if _XOPEN_SOURCE_EXTENDED should not be defined,
|
AC_CACHE_CHECK(if _XOPEN_SOURCE_EXTENDED should not be defined,
|
||||||
zsh_cv_no_xopen,
|
zsh_cv_no_xopen,
|
||||||
[case "$host_os" in
|
[case "$host_os" in
|
||||||
*openbsd*|*freebsd*)
|
*openbsd*|*freebsd6*)
|
||||||
zsh_cv_no_xopen=yes
|
zsh_cv_no_xopen=yes
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue