mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
fix LDFLAGS value after test for RTLD_GLOBAL
This commit is contained in:
parent
99d24baa4e
commit
92c0432f9c
2 changed files with 5 additions and 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
|
||||
|
|
1
aczsh.m4
1
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
|
||||
|
|
Loading…
Reference in a new issue