summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-01-25 21:41:48 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-01-25 21:41:48 (GMT)
commit5d7611b57a4ba3690e87c2439791609d0235de9d (patch)
tree4f4ce82b9dcefb9ddf1e108f35de95791cb2387e /unix/configure
parentc1303d0e3862c1c66b7b7b7861c0562b52e86dff (diff)
parent813fa7fbfd7369dadb22bacd6a78e5a468f437f6 (diff)
downloadtcl-5d7611b57a4ba3690e87c2439791609d0235de9d.zip
tcl-5d7611b57a4ba3690e87c2439791609d0235de9d.tar.gz
tcl-5d7611b57a4ba3690e87c2439791609d0235de9d.tar.bz2
sync tcl.m4 with Tk version
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 0e231ab..d3951b6 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7008,6 +7008,7 @@ fi
TCL_NEEDS_EXP_FILE=1
TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a'
TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$@.a'
+ TK_SHLIB_LD_EXTRAS='-Wl,--out-implib,$@.a'
echo "$as_me:$LINENO: checking for Cygwin version of gcc" >&5
echo $ECHO_N "checking for Cygwin version of gcc... $ECHO_C" >&6
if test "${ac_cv_cygwin+set}" = set; then
@@ -7741,6 +7742,7 @@ fi
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
TCL_SHLIB_LD_EXTRAS="-Wl,-soname=\$@"
+ TK_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
DL_LIBS=""