summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-28 21:30:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-28 21:30:13 (GMT)
commit3ddcfe976b2d00fb28ad55af607078ac9f008ca5 (patch)
tree3d10ba7765344575dde5a4b7b37f837a82946c1b /unix/tcl.m4
parente00863d655ddd3e79745983995885cc563d3771a (diff)
parent374cbfedc276dc200fd23f713711ffc43115e13a (diff)
downloadtcl-3ddcfe976b2d00fb28ad55af607078ac9f008ca5.zip
tcl-3ddcfe976b2d00fb28ad55af607078ac9f008ca5.tar.gz
tcl-3ddcfe976b2d00fb28ad55af607078ac9f008ca5.tar.bz2
only expect tcldde.dll when --enable-shared
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 44475c2..a142baf 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1246,7 +1246,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
if test "x${TCL_THREADS}" = "x0"; then
AC_MSG_ERROR([CYGWIN compile is only supported with --enable-threads])
fi
- if test ! -f "../win/tcldde14.dll" -a ! -f "../win/tk86.dll"; then
+ if test "x${SHARED_BUILD}" = "x1" -a ! -f "../win/tcldde14.dll" -a ! -f "../win/tk86.dll"; then
AC_MSG_ERROR([Please configure and make the ../win directory first.])
fi
;;