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:
parent
c1e68c35a2
commit
7bd0289820
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1610,8 +1610,6 @@ char *argv[];
|
|||
DLLDARG=""
|
||||
;;
|
||||
esac
|
||||
DLLD="${DLLD=ld}"
|
||||
DLLDARG=""
|
||||
fi
|
||||
if test -n "$GCC"; then
|
||||
DLCFLAGS="${DLCFLAGS=-fPIC}"
|
||||
|
|
Loading…
Reference in a new issue