diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 21:26:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 21:26:09 (GMT) |
commit | 374cbfedc276dc200fd23f713711ffc43115e13a (patch) | |
tree | 05d7c17d20ea0c5c970f4071dd18a9dd0c5ffcd9 /unix/configure | |
parent | b656e74f8dd0ac733b7e80f251a1abbaff6f0028 (diff) | |
parent | da8fc04baa30e9a6f9948f95d02f8adc4908038a (diff) | |
download | tcl-374cbfedc276dc200fd23f713711ffc43115e13a.zip tcl-374cbfedc276dc200fd23f713711ffc43115e13a.tar.gz tcl-374cbfedc276dc200fd23f713711ffc43115e13a.tar.bz2 |
only expect tcldde.dll when --enable-shared
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index f605d8a..0603bfc 100755 --- a/unix/configure +++ b/unix/configure @@ -7006,7 +7006,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/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 { { 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; }; } |