summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-03-27 13:40:15 (GMT)
committerdas <das@noemail.net>2008-03-27 13:40:15 (GMT)
commitbf92d5ad3ef099bb9213f539824b3239667e8814 (patch)
tree3dcab9abee0df352ee5a52d0b7dab11307c7a29e
parent02f2eabb23467995faa91e616f3878f0fafe38ce (diff)
downloadtcl-bf92d5ad3ef099bb9213f539824b3239667e8814.zip
tcl-bf92d5ad3ef099bb9213f539824b3239667e8814.tar.gz
tcl-bf92d5ad3ef099bb9213f539824b3239667e8814.tar.bz2
* unix/configure: autoconf-2.59
FossilOrigin-Name: 902dff7f0e80702e5498b3a0ed42698f794edc4c
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 0c61e0a..da3050c 100755
--- a/unix/configure
+++ b/unix/configure
@@ -8481,7 +8481,7 @@ else
case $system in
SunOS-5.[1-9][0-9]*)
- SHLIB_LD='${CC} -G -z text';;
+ SHLIB_LD='${CC} -G -z text ${LDFLAGS}';;
*)
SHLIB_LD='/usr/ccs/bin/ld -G -z text';;
esac