about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-06 10:42:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-06 10:42:08 +0000
commitccafd1981955f87291ae72e1dad3cc103f04b1d1 (patch)
treee56b0e7a3b6590bf1c83aec99cc94208fe5f2738 /configure.ac
parent88126c01103f8dc591e1a4ab15392fddef0b62d0 (diff)
downloadzsh-ccafd1981955f87291ae72e1dad3cc103f04b1d1.tar.gz
zsh-ccafd1981955f87291ae72e1dad3cc103f04b1d1.tar.xz
zsh-ccafd1981955f87291ae72e1dad3cc103f04b1d1.zip
24937: finally(?) fix free BSD XOPEN test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5db2b6e3a..c1651488b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -687,7 +687,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*|*freebsd6*)
+  *openbsd*|*freebsd5*|*freebsd6[012]*)
   zsh_cv_no_xopen=yes
   ;;
   *)