diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-03 21:36:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-03 21:36:31 (GMT) |
commit | aa97f95a4ce2d6977a8e82caf00674c5e83270ea (patch) | |
tree | 91fce9fc16a7a80c7385b8f18861ea8d00df550f /unix/tcl.m4 | |
parent | aa082ecccafb9ae007471b3dd85caaa03f5a7f05 (diff) | |
download | tcl-aa97f95a4ce2d6977a8e82caf00674c5e83270ea.zip tcl-aa97f95a4ce2d6977a8e82caf00674c5e83270ea.tar.gz tcl-aa97f95a4ce2d6977a8e82caf00674c5e83270ea.tar.bz2 |
Fix quoting problem
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 6c745d4..672ac32 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1591,7 +1591,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" |