diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-06-22 08:29:53 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-06-22 08:29:53 (GMT) |
| commit | 09571e364866d071d20569b0dc58f4bc8e44b071 (patch) | |
| tree | 1b855b6b0ffa0d3e208cf79e38d1b38d47dab3c2 /unix/tcl.m4 | |
| parent | 5b3048908d755bd29e902de8b966e0bdfc3baa8b (diff) | |
| parent | 7745883efafe71e6d4da47e97122734d03474640 (diff) | |
| download | tcl-09571e364866d071d20569b0dc58f4bc8e44b071.zip tcl-09571e364866d071d20569b0dc58f4bc8e44b071.tar.gz tcl-09571e364866d071d20569b0dc58f4bc8e44b071.tar.bz2 | |
first working version of Cygwin notifier
Diffstat (limited to 'unix/tcl.m4')
| -rw-r--r-- | unix/tcl.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 2391a41..7161c91 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1226,6 +1226,12 @@ dnl AC_CHECK_TOOL(AR, ar) if test "$ac_cv_cygwin" = "no"; then AC_MSG_ERROR([${CC} is not a cygwin compiler.]) fi + if test "x${TCL_THREADS}" = "x0"; then + AC_MSG_ERROR([CYGWIN compile is only supported with --enable-threads]) + fi + if test ! -f "../win/tcldde12.dll" -a ! -f "../win/tk84.dll"; then + AC_MSG_ERROR([Please configure and make the ../win directory first.]) + fi ;; dgux*) SHLIB_CFLAGS="-K PIC" |
