diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-23 07:27:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-23 07:27:02 (GMT) |
commit | bb3a478b7fa3eb2c2b4aa2b51358f144873fa750 (patch) | |
tree | 0b9ff1de4e484706f91d772a595884b931ed4a46 /unix/configure | |
parent | 77976b1abe48f9ea2bc0f93c347c62995695fcd3 (diff) | |
parent | b3d458c88e93d44e5a0ea594e7da1ed66fd816a4 (diff) | |
download | tcl-bb3a478b7fa3eb2c2b4aa2b51358f144873fa750.zip tcl-bb3a478b7fa3eb2c2b4aa2b51358f144873fa750.tar.gz tcl-bb3a478b7fa3eb2c2b4aa2b51358f144873fa750.tar.bz2 |
[Bug 3508771]: Cygwin notifier for handling win32 events
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 ec5a467..aa738cc 100755 --- a/unix/configure +++ b/unix/configure @@ -7132,6 +7132,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/tcldde12.dll" -a ! -f "../win/tk84.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" |