about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
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 9c307aa2a..5db2b6e3a 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*|*freebsd*)
+  *openbsd*|*freebsd6*)
   zsh_cv_no_xopen=yes
   ;;
   *)