diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-26 21:01:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-26 21:01:23 (GMT) |
commit | 27c1ef5872d95f6f8e442c9258454630bc6489a4 (patch) | |
tree | 993775500dfb7c747f221147c30d72cb2ac335df /win/configure.in | |
parent | 2aba734d8e7420ff318971532990115a19dd5f87 (diff) | |
download | tcl-27c1ef5872d95f6f8e442c9258454630bc6489a4.zip tcl-27c1ef5872d95f6f8e442c9258454630bc6489a4.tar.gz tcl-27c1ef5872d95f6f8e442c9258454630bc6489a4.tar.bz2 |
enable cygwin build in /win directory (using mingw-w64 compiler)
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win/configure.in b/win/configure.in index 3ac39c3..5d7bcf7 100644 --- a/win/configure.in +++ b/win/configure.in @@ -85,13 +85,6 @@ AC_PROG_MAKE_SET AC_CYGWIN -if test "$ac_cv_cygwin" = "yes" ; then - AC_MSG_ERROR([Compiling under Cygwin is not currently supported. -A maintainer for the Cygwin port of Tcl/Tk is needed. See the README -file for information about building with Mingw.]) -fi - - AC_CACHE_CHECK(for SEH support in compiler, tcl_cv_seh, AC_TRY_RUN([ |