diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-24 06:00:34 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-24 06:00:34 (GMT) |
| commit | f18a3e61b0034271a49bff0ac55bf6fb067c06f5 (patch) | |
| tree | a0bb4d328d7747827e58cf06ee93807e3d75365e /unix/tcl.m4 | |
| parent | a723a46ec900cb50d6eafea71fd59fdaf7844df1 (diff) | |
| download | tcl-f18a3e61b0034271a49bff0ac55bf6fb067c06f5.zip tcl-f18a3e61b0034271a49bff0ac55bf6fb067c06f5.tar.gz tcl-f18a3e61b0034271a49bff0ac55bf6fb067c06f5.tar.bz2 | |
some wrong versions
Diffstat (limited to 'unix/tcl.m4')
| -rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 744d6ed..390f4ec 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1263,7 +1263,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/tcldde13.dll" -a ! -f "../win/tk85.dll"; then AC_MSG_ERROR([Please configure and make the ../win directory first.]) fi ;; |
