fix LDFLAGS value after test for RTLD_GLOBAL

interrupt_abort
Peter Stephenson 23 years ago
parent 99d24baa4e
commit 92c0432f9c

@ -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

Loading…
Cancel
Save