about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--zshconfig.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f202b72cb..097067d3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+001-06-29  Andrej Borsenkow  <bor@zsh.org>
+
+	* 15183: zshconfig.ac: fix DLLD in non-ELF case
+
 2001-06-28  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 15172: Src/hist.c: Have prepnexthistent() remove any HIST_TEMPSTORE
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}"