summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-23 07:10:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-23 07:10:06 (GMT)
commitb3d458c88e93d44e5a0ea594e7da1ed66fd816a4 (patch)
tree604f9ee615167d13590b0c33c245b7a898e1ced5 /unix/configure
parente87f03c29d1158714d9319724311d1091997611d (diff)
parent366ea66bb84ae5120d3dca0dc01fb7aa46fc9ee6 (diff)
downloadtcl-b3d458c88e93d44e5a0ea594e7da1ed66fd816a4.zip
tcl-b3d458c88e93d44e5a0ea594e7da1ed66fd816a4.tar.gz
tcl-b3d458c88e93d44e5a0ea594e7da1ed66fd816a4.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 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"