summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-25 11:55:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-25 11:55:46 (GMT)
commit25caae00155b668549f912b4ed61f79a92c44a43 (patch)
tree91f1e0c532b8d1c59a5a307206b833c245b68140 /unix/configure
parentdd5bdcf5e936c8308f01b94ad6c1e53967b56ff0 (diff)
parent1b403491585909834fa1cdc86d326ed2d89f6710 (diff)
downloadtcl-25caae00155b668549f912b4ed61f79a92c44a43.zip
tcl-25caae00155b668549f912b4ed61f79a92c44a43.tar.gz
tcl-25caae00155b668549f912b4ed61f79a92c44a43.tar.bz2
merge 8.5
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..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"