about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-06-18 09:01:17 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-06-18 09:01:17 +0000
commit82b69811f3222b87dd36860ec7a631feb64347f8 (patch)
treed0494a5c75157b1f1522f3c7f0b790bd2369346a
parentb6647cd1f3fada446b089002bfc5994c7d0bd789 (diff)
downloadzsh-82b69811f3222b87dd36860ec7a631feb64347f8.tar.gz
zsh-82b69811f3222b87dd36860ec7a631feb64347f8.tar.xz
zsh-82b69811f3222b87dd36860ec7a631feb64347f8.zip
unposted: sh_cv_sys_dynamic_broken -> zsh_cv_shared_environ for AIX
(forgot to change it)
-rw-r--r--ChangeLog5
-rw-r--r--zshconfig.ac3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ecbffded7..fbb843cd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-18  Andrej Borsenkow <bor@zsh.org>
+
+	* unposted: zshconfig.ac:  forgot to change
+	zsh_cv_sys_dynamic_broken -> zsh_cv_shared_environ in one place
+
 2001-06-18  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 14951: Src/signals.c, Src/signals.h: rename handler() to
diff --git a/zshconfig.ac b/zshconfig.ac
index 3aee9fb08..c3befe031 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -1537,7 +1537,7 @@ if test "x$aixdynamic" = xyes; then
   zsh_cv_sys_dynamic_execsyms="${zsh_cv_sys_dynamic_execsyms=yes}"
   zsh_cv_sys_dynamic_strip_exe="${zsh_cv_sys_dynamic_strip_exe=yes}"
   zsh_cv_sys_dynamic_strip_lib="${zsh_cv_sys_dynamic_strip_lib=yes}"
-  zsh_cv_sys_dynamic_broken="${zsh_cv_sys_dynamic_broken=no}"
+  zsh_cv_shared_environ="${zsh_cv_shared_environ=yes}"
 elif test "$host_os" = cygwin; then
   DL_EXT="${DL_EXT=dll}"
   DLLD="${DLLD=dllwrap}"
@@ -1723,7 +1723,6 @@ fi
 if test "x$dynamic" = xyes; then
   zsh_SHARED_VARIABLE([environ], [char **])
   test "$zsh_cv_shared_environ" = yes || dynamic=no
-dnl  test "$zsh_cv_sys_dynamic_broken" = no || dynamic=no
   if test "$ac_cv_func_tgetent" = yes; then
     zsh_SHARED_FUNCTION([tgetent])
   fi