summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-05-01 21:24:53 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-05-01 21:24:53 (GMT)
commit2520b82a620356954cb78241e28d697ebedfe951 (patch)
treef34077befe26cfa60de74aec1624f5ae45cbfbe3 /unix/tcl.m4
parentd39dca7e94eeb45c74acf7c48c9593bd461360ff (diff)
downloadtk-2520b82a620356954cb78241e28d697ebedfe951.zip
tk-2520b82a620356954cb78241e28d697ebedfe951.tar.gz
tk-2520b82a620356954cb78241e28d697ebedfe951.tar.bz2
sync with Tcl's upgrade of dde/reg packages
Diffstat (limited to 'unix/tcl.m4')
-rwxr-xr-xunix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 360b3a1..db64bbe 100755
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1229,7 +1229,7 @@ dnl AC_CHECK_TOOL(AR, ar)
if test "x${TCL_THREADS}" = "x0"; then
AC_MSG_ERROR([CYGWIN compile is only supported with --enable-threads])
fi
- if test "x${SHARED_BUILD}" = "x1" -a ! -f "../win/tcldde12.dll" -a ! -f "../win/tk84.dll"; then
+ if test "x${SHARED_BUILD}" = "x1" -a ! -f "../win/tcldde13.dll" -a ! -f "../win/tk84.dll"; then
AC_MSG_ERROR([Please configure and make the ../win directory first.])
fi
;;