summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-01-25 21:41:12 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-01-25 21:41:12 (GMT)
commit813fa7fbfd7369dadb22bacd6a78e5a468f437f6 (patch)
tree7535b19848d8611db0c6546a7bb6d65569cf5b66 /unix/configure
parent94cd6ec9a73e48c570d021ee740c26ed12d520c9 (diff)
downloadtcl-813fa7fbfd7369dadb22bacd6a78e5a468f437f6.zip
tcl-813fa7fbfd7369dadb22bacd6a78e5a468f437f6.tar.gz
tcl-813fa7fbfd7369dadb22bacd6a78e5a468f437f6.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 7f8922b..6800fe2 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6939,6 +6939,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
@@ -7652,6 +7653,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=""