diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-24 06:07:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-24 06:07:55 (GMT) |
commit | ef36cd63db3d03e2f96aa89f8575e01f15944fe2 (patch) | |
tree | 355dcf061a7c1af8bfc991302401c0ede94b9799 /unix | |
parent | 4bbe9861deb45735ed4fce6999cc6bccb45bf8e3 (diff) | |
parent | f18a3e61b0034271a49bff0ac55bf6fb067c06f5 (diff) | |
download | tcl-ef36cd63db3d03e2f96aa89f8575e01f15944fe2.zip tcl-ef36cd63db3d03e2f96aa89f8575e01f15944fe2.tar.gz tcl-ef36cd63db3d03e2f96aa89f8575e01f15944fe2.tar.bz2 |
some wrong versions
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index aa738cc..4fd92e2 100755 --- a/unix/configure +++ b/unix/configure @@ -7137,7 +7137,7 @@ echo "$as_me: error: ${CC} is not a cygwin compiler." >&2;} echo "$as_me: error: CYGWIN compile is only supported with --enable-threads" >&2;} { (exit 1); exit 1; }; } fi - if test ! -f "../win/tcldde12.dll" -a ! -f "../win/tk84.dll"; then + if test ! -f "../win/tcldde14.dll" -a ! -f "../win/tk86.dll"; then { { echo "$as_me:$LINENO: error: Please configure and make the ../win directory first." >&5 echo "$as_me: error: Please configure and make the ../win directory first." >&2;} { (exit 1); exit 1; }; } diff --git a/unix/tcl.m4 b/unix/tcl.m4 index fa31d3d..fbb86b3 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/tcldde12.dll" -a ! -f "../win/tk84.dll"; then + if test ! -f "../win/tcldde14.dll" -a ! -f "../win/tk86.dll"; then AC_MSG_ERROR([Please configure and make the ../win directory first.]) fi ;; |