about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ee44a2e..1272d64cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Jasper Lievisse Adriaanse: 32558: configure.ac:
+	_XOPEN_SOURCE_EXTENDED now works OK on OpenBSD.
+
 2014-04-20  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 32569: Src/loop.c: lastval ($?) should not be reset between
diff --git a/configure.ac b/configure.ac
index 776b90828..a2a6b9eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -756,7 +756,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]*|*aix*)
+  *freebsd5*|*freebsd6.[012]*|*aix*)
   zsh_cv_no_xopen=yes
   ;;
   *)