about summary refs log tree commit diff
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-06-29 15:48:45 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-06-29 15:48:45 +0000
commit7bd028982045aab0374428e4bf58365e4fdaf74e (patch)
tree4e4199c7f80e7e1d6173f49dbe7674b2fb0a9e60 /zshconfig.ac
parentc1e68c35a24c508a779b80daa9a91e08e537e3c8 (diff)
downloadzsh-7bd028982045aab0374428e4bf58365e4fdaf74e.tar.gz
zsh-7bd028982045aab0374428e4bf58365e4fdaf74e.tar.xz
zsh-7bd028982045aab0374428e4bf58365e4fdaf74e.zip
15183: fix DLLD in non-ELF case
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/zshconfig.ac b/zshconfig.ac
index e95773bfe..b36174f4c 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -1610,8 +1610,6 @@ char *argv[];
 	DLLDARG=""
       ;;
     esac
-    DLLD="${DLLD=ld}"
-    DLLDARG=""
   fi
   if test -n "$GCC"; then
     DLCFLAGS="${DLCFLAGS=-fPIC}"