summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2013-06-03 20:31:31 (GMT)
committerdgp@users.sourceforge.net <dgp>2013-06-03 20:31:31 (GMT)
commit544be6195de25a1dbb7adcbb4493e5d18a64fe85 (patch)
tree6e8dee7119656a6c0e133368223d2a162c424538 /unix/tcl.m4
parent2da7247e23e6d483058f94313edb0b12ad24f57e (diff)
parent53f681e435ef0d446391fd9206f067d06280ae09 (diff)
downloadtcl-544be6195de25a1dbb7adcbb4493e5d18a64fe85.zip
tcl-544be6195de25a1dbb7adcbb4493e5d18a64fe85.tar.gz
tcl-544be6195de25a1dbb7adcbb4493e5d18a64fe85.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//`