about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--zshconfig.ac2
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d360728c..a628e8511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 2001-06-29  Andrej Borsenkow  <bor@zsh.org>
 
+	* 15183: zshconfig.ac: fix DLLD in non-ELF case
+
 	* 15181: zshconfig.ac: use -KPIC instead of -Kpic at request
 	of Tomi Vainio <Tomi.Vainio@Sun.COM>
-	
 
 	* 15180: zshconfig.ac, Etc/MACHINES: make AIX default to termcap
 	as workaround for apparent AIX curses bug; add flags to create
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}"