diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-06-23 07:10:06 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-06-23 07:10:06 (GMT) |
commit | 51c8c960573212971aa7b69b46eb5de5ba5e37d9 (patch) | |
tree | 604f9ee615167d13590b0c33c245b7a898e1ced5 /unix/configure | |
parent | d72614b784c405e06019122d5809438408870424 (diff) | |
parent | 8666b09df7112b7cbdb20a80cbfee88329c8ba50 (diff) | |
download | tcl-51c8c960573212971aa7b69b46eb5de5ba5e37d9.zip tcl-51c8c960573212971aa7b69b46eb5de5ba5e37d9.tar.gz tcl-51c8c960573212971aa7b69b46eb5de5ba5e37d9.tar.bz2 |
[Bug 3508771]: Cygwin notifier for handling win32 events
FossilOrigin-Name: b14932f43b3c05183e965122071266a06eb9b8ef
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..36ddde6 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/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" |