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:46:46 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-06-29 15:46:46 +0000
commit25e5dd6118c9fadae880a48c78bace0b7282ad44 (patch)
tree9a962c7d6825a04f6106ed9862a7f48917d46bb3 /zshconfig.ac
parent74dc513ca5477cf8ea4ce16e470097c1eadae010 (diff)
downloadzsh-25e5dd6118c9fadae880a48c78bace0b7282ad44.tar.gz
zsh-25e5dd6118c9fadae880a48c78bace0b7282ad44.tar.xz
zsh-25e5dd6118c9fadae880a48c78bace0b7282ad44.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 f1e21aa87..c268366ae 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -1616,8 +1616,6 @@ char *argv[];
 	DLLDARG=""
       ;;
     esac
-    DLLD="${DLLD=ld}"
-    DLLDARG=""
   fi
   if test -n "$GCC"; then
     DLCFLAGS="${DLCFLAGS=-fPIC}"