diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-23 07:46:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-23 07:46:50 (GMT) |
commit | b7b0031e696bba64a463f88625a0ac16f7270279 (patch) | |
tree | ccdc1560deb0db177c12201d53476e580de547a9 /unix/configure | |
parent | 9389cc709a38a39f1dbd50e744342ee2590269f8 (diff) | |
parent | 5398ca174f8af33143ae56fccf3fc15c6fb926f9 (diff) | |
download | tk-b7b0031e696bba64a463f88625a0ac16f7270279.zip tk-b7b0031e696bba64a463f88625a0ac16f7270279.tar.gz tk-b7b0031e696bba64a463f88625a0ac16f7270279.tar.bz2 |
[Bug 1844430]: cygwin make fails in 8.4.14-8.5b3
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 434d3aa..1655748 100755 --- a/unix/configure +++ b/unix/configure @@ -5207,6 +5207,16 @@ echo "${ECHO_T}$ac_cv_cygwin" >&6 echo "$as_me: error: ${CC} is not a cygwin compiler." >&2;} { (exit 1); exit 1; }; } fi + if test "x${TCL_THREADS}" = "x0"; then + { { echo "$as_me:$LINENO: error: CYGWIN compile is only supported with --enable-threads" >&5 +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 + { { 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; }; } + fi ;; dgux*) SHLIB_CFLAGS="-K PIC" |