mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
fix LDFLAGS value after test for RTLD_GLOBAL
This commit is contained in:
parent
8d0c3cec18
commit
82e7a3492f
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>
|
||||
|
||||
* 15837: Src/Zle/zle_hist.c: Fixed incremental search in vared
|
||||
|
|
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