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 | 54bdc7613fcce8f2394851d92ac54f1fd7820db9 (patch) | |
tree | 355dcf061a7c1af8bfc991302401c0ede94b9799 /unix/tcl.m4 | |
parent | bb3a478b7fa3eb2c2b4aa2b51358f144873fa750 (diff) | |
parent | c6060d6e629b818850b39214f796339032378217 (diff) | |
download | tcl-54bdc7613fcce8f2394851d92ac54f1fd7820db9.zip tcl-54bdc7613fcce8f2394851d92ac54f1fd7820db9.tar.gz tcl-54bdc7613fcce8f2394851d92ac54f1fd7820db9.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 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 ;; |