diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | aczsh.m4 | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-09-19 Peter Stephenson <pws@csr.com> + + * 15846: aczsh.m4: attempt to restore LDFLAGS from non-existent + saved value when testing RTLD_GLOBAL. + 2001-09-18 Wayne Davison <wayned@users.sourceforge.net> * 15836: Src/builtin.c: Further modify the "fc -l" code to tolerate @@ -368,7 +368,6 @@ main() [zsh_cv_sys_dynamic_rtld_global=no], [zsh_cv_sys_dynamic_rtld_global=no] ) - LDFLAGS=$save_ldflags else zsh_cv_sys_dynamic_rtld_global=no fi |