From aa97f95a4ce2d6977a8e82caf00674c5e83270ea Mon Sep 17 00:00:00 2001 From: dkf Date: Sun, 3 Jan 2010 21:36:31 +0000 Subject: Fix quoting problem --- unix/tcl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12