diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-06-25 11:55:46 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-06-25 11:55:46 (GMT) |
| commit | 25caae00155b668549f912b4ed61f79a92c44a43 (patch) | |
| tree | 91f1e0c532b8d1c59a5a307206b833c245b68140 /unix/configure | |
| parent | dd5bdcf5e936c8308f01b94ad6c1e53967b56ff0 (diff) | |
| parent | 1b403491585909834fa1cdc86d326ed2d89f6710 (diff) | |
| download | tcl-25caae00155b668549f912b4ed61f79a92c44a43.zip tcl-25caae00155b668549f912b4ed61f79a92c44a43.tar.gz tcl-25caae00155b668549f912b4ed61f79a92c44a43.tar.bz2 | |
merge 8.5
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 d30c2c3..27a7f50 100755 --- a/unix/configure +++ b/unix/configure @@ -7001,6 +7001,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" |
