summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRin Okuyama <rokuyama.rk@gmail.com>2020-03-22 10:04:19 +0900
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-22 23:22:38 +0000
commitaa93901db2ce33724cc2bbeeaaae0c1e53bd02b3 (patch)
tree980d31b6b322359fda11afaec5e4ea4e00e185ab /ChangeLog
parent45601: Fix status in new functions -T test (diff)
downloadzsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar
zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.gz
zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.bz2
zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.lz
zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.xz
zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.zst
zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.zip
github #51: Fix configure for cross build.
In order to detect equivalence b/w various rlimit values, use compile tests instead of run tests. This enables configure script to run in cross-build environment without any side effects. From NetBSD/pkgsrc: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/shells/zsh/patches/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 884f2272e..16e9fbbea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-22 Rin Okuyama <rokuyama.rk@gmail.com>
+
+ * github #51: aczsh.m4, configure.ac: Fix configure for cross
+ build.
+
2020-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 45601: Test/E02xtrace.ztst: Fix status in new functions -T