summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-06-03 20:31:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-06-03 20:31:31 (GMT)
commit68d9ec32251e4fef72df8960441ff9784a7b8381 (patch)
tree6e8dee7119656a6c0e133368223d2a162c424538 /unix/tcl.m4
parent312d727024ac9e43d8989d411361cb1d0b50b9b5 (diff)
parent596b5e9c70fd7bbef2a6d801c647bb939482961a (diff)
downloadtcl-68d9ec32251e4fef72df8960441ff9784a7b8381.zip
tcl-68d9ec32251e4fef72df8960441ff9784a7b8381.tar.gz
tcl-68d9ec32251e4fef72df8960441ff9784a7b8381.tar.bz2
merge 8.4
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index d87fd94..850e940 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1562,14 +1562,14 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
- TCL_SHLIB_LD_EXTRAS="-Wl,-soname \$[@]"
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$[@]"
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
DL_LIBS=""
LDFLAGS=""
AS_IF([test $doRpath = yes], [
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
- LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'])
+ LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'])
AS_IF([test "${TCL_THREADS}" = "1"], [
# The -pthread needs to go in the LDFLAGS, not LIBS
LIBS=`echo $LIBS | sed s/-pthread//`