diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 11:41:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 11:41:29 (GMT) |
commit | d244749081139cd68d5004e67c30a2ec6f99682e (patch) | |
tree | c1a8afe6d156883bccbdaabb82b6a4a8ce13459d /unix/tcl.m4 | |
parent | 022dcdf1391c87fa59c87ed6efb740f84b4ae95d (diff) | |
parent | 5bf292f9ab0ddda2f59f652e94185832af078740 (diff) | |
download | tk-d244749081139cd68d5004e67c30a2ec6f99682e.zip tk-d244749081139cd68d5004e67c30a2ec6f99682e.tar.gz tk-d244749081139cd68d5004e67c30a2ec6f99682e.tar.bz2 |
Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared
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 4de157c..3974753 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/tcldde13.dll" -a ! -f "../win/tk85.dll"; then + if test "x${SHARED_BUILD}" = "x1" -a ! -f "../win/tcldde13.dll" -a ! -f "../win/tk85.dll"; then AC_MSG_ERROR([Please configure and make the ../win directory first.]) fi ;; |