about summary refs log tree commit diff
path: root/zshconfig.ac
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 /zshconfig.ac
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)
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac3
1 files changed, 1 insertions, 2 deletions
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