about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 049c60243..b292f5404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-04  Peter Stephenson  <pws@csr.com>
 
+	* users/13095: configure.ac: we don't want that
+	_XOPEN_SOURCE_EXTENDED stuff on AIX, apparently.
+
 	* 25384: Src/init.c: fix problem with autoload of zsh/zle
 	for warning message at boot.
 
diff --git a/configure.ac b/configure.ac
index c8ccee518..36f42d31c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
   ;;
   *)