summaryrefslogtreecommitdiffstats
path: root/unix
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)
commitfc7e05d558b7bf80616993c1b199fc205c548e44 (patch)
treef34077befe26cfa60de74aec1624f5ae45cbfbe3 /unix
parent563cbb03c3b7f79c8023db8ebaa2d43faa7be1b0 (diff)
downloadtk-fc7e05d558b7bf80616993c1b199fc205c548e44.zip
tk-fc7e05d558b7bf80616993c1b199fc205c548e44.tar.gz
tk-fc7e05d558b7bf80616993c1b199fc205c548e44.tar.bz2
sync with Tcl's upgrade of dde/reg packages
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rwxr-xr-xunix/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 8e323ec..7b307db 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2385,7 +2385,7 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
if test "x${TCL_THREADS}" = "x0"; then
{ echo "configure: error: CYGWIN compile is only supported with --enable-threads" 1>&2; exit 1; }
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
{ echo "configure: error: Please configure and make the ../win directory first." 1>&2; exit 1; }
fi
;;
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
;;