summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-25 07:28:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-25 07:28:08 (GMT)
commit99ea4405aed6acebfa01e202fbf947decdfae5ee (patch)
treebd85b645149e792f78426f195b85591debdf05d7 /unix/tcl.m4
parent67e2135f3ad85c23c2093c309e90204ee4b81d77 (diff)
downloadtcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.zip
tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.tar.gz
tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.tar.bz2
Update dde to version 1.3.3.
Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
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 360b3a1..db64bbe 100644
--- 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
;;