1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 23:41:31 +01:00

15183: fix DLLD in non-ELF case

This commit is contained in:
Andrey Borzenkov 2001-06-29 15:48:45 +00:00
parent c1e68c35a2
commit 7bd0289820
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -1610,8 +1610,6 @@ char *argv[];
DLLDARG=""
;;
esac
DLLD="${DLLD=ld}"
DLLDARG=""
fi
if test -n "$GCC"; then
DLCFLAGS="${DLCFLAGS=-fPIC}"