1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-10 09:36:16 +02:00

fix LDFLAGS value after test for RTLD_GLOBAL

This commit is contained in:
Peter Stephenson 2001-09-19 15:22:19 +00:00
parent 99d24baa4e
commit 92c0432f9c
2 changed files with 5 additions and 1 deletions

View File

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

View File

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