summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-23 07:27:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-23 07:27:02 (GMT)
commit4bbe9861deb45735ed4fce6999cc6bccb45bf8e3 (patch)
tree0b9ff1de4e484706f91d772a595884b931ed4a46 /unix/configure
parenta6f3b4e7ff69cb322e6bfbbd52dde81a30dc07e9 (diff)
parenta723a46ec900cb50d6eafea71fd59fdaf7844df1 (diff)
downloadtcl-4bbe9861deb45735ed4fce6999cc6bccb45bf8e3.zip
tcl-4bbe9861deb45735ed4fce6999cc6bccb45bf8e3.tar.gz
tcl-4bbe9861deb45735ed4fce6999cc6bccb45bf8e3.tar.bz2
[Bug 3508771]: Cygwin notifier for handling win32 events
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure10
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"