summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-06-03 20:28:29 (GMT)
committerdgp <dgp@noemail.net>2013-06-03 20:28:29 (GMT)
commitc8e74d50394359763f2a13ab6ab6e8d425a51e7d (patch)
tree0f9acb9d00511474048fd254c3ef08fe63bd5deb /unix/tcl.m4
parent2902dae26a80e0176d03a866ec3b5efa43c6f98e (diff)
parente9b542778fe728374e2b253c8a5ee00c5c1e80a7 (diff)
downloadtk-c8e74d50394359763f2a13ab6ab6e8d425a51e7d.zip
tk-c8e74d50394359763f2a13ab6ab6e8d425a51e7d.tar.gz
tk-c8e74d50394359763f2a13ab6ab6e8d425a51e7d.tar.bz2
merge 8.4
FossilOrigin-Name: adb96ed29a4d926ad135db6bcbfccdcc6a41ee84
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//`