about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-09-19 15:21:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-09-19 15:21:28 +0000
commit82e7a3492f599aaacbb4a1c2181a79c0289ca671 (patch)
tree4c975f931d265e7123f57acda04a348be02a5d04
parent8d0c3cec1831a209fff857c0490c7f0f68ac93af (diff)
downloadzsh-82e7a3492f599aaacbb4a1c2181a79c0289ca671.tar.gz
zsh-82e7a3492f599aaacbb4a1c2181a79c0289ca671.tar.xz
zsh-82e7a3492f599aaacbb4a1c2181a79c0289ca671.zip
fix LDFLAGS value after test for RTLD_GLOBAL
-rw-r--r--ChangeLog5
-rw-r--r--aczsh.m41
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c67e25c8..10e6a3cb1 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>
 
 	* 15837: Src/Zle/zle_hist.c: Fixed incremental search in vared
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