summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-03 21:35:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-03 21:35:15 (GMT)
commitb8354cf1ab90a451c4060d65738f17ab7d282c19 (patch)
treededd4bc4a9763e85e415dc5c5b4b0b9bbbc176f8 /unix
parentef33a3a3c653d35af2d4669cb9c587d7aee9e2ae (diff)
downloadtcl-b8354cf1ab90a451c4060d65738f17ab7d282c19.zip
tcl-b8354cf1ab90a451c4060d65738f17ab7d282c19.tar.gz
tcl-b8354cf1ab90a451c4060d65738f17ab7d282c19.tar.bz2
Fix quoting problem
Diffstat (limited to 'unix')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 98b2f8e..b7cb2ac 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1584,7 +1584,7 @@ dnl AC_CHECK_TOOL(AR, ar)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
- TCL_SHLIB_LD_EXTRAS="-soname \$@"
+ TCL_SHLIB_LD_EXTRAS="-soname \$[@]"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"