diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-09-19 15:22:19 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-09-19 15:22:19 +0000 |
commit | 92c0432f9cbd71401077832bed71c8fa85ab7021 (patch) | |
tree | 34cc354fe44bec203fb953a39a80b2349ab2333e | |
parent | 99d24baa4ee8ee1f7d88b09b711f008ca5ac7bc2 (diff) | |
download | zsh-92c0432f9cbd71401077832bed71c8fa85ab7021.tar.gz zsh-92c0432f9cbd71401077832bed71c8fa85ab7021.tar.xz zsh-92c0432f9cbd71401077832bed71c8fa85ab7021.zip |
fix LDFLAGS value after test for RTLD_GLOBAL
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | aczsh.m4 | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a3b52e1bc..57ef5d203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/aczsh.m4 b/aczsh.m4 index 4ac1f6f2e..f1dc6a1ef 100644 --- a/aczsh.m4 +++ b/aczsh.m4 @@ -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 |