summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-28 20:03:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-28 20:03:35 (GMT)
commit399c41a0f08c867677ef3030a98c6ba9f3a0503f (patch)
tree0f2cba81933bc106defc0e536088f83161115528 /unix/tcl.m4
parent5e6a22713afacc4d0c67e3530137d9be104fd12d (diff)
downloadtcl-399c41a0f08c867677ef3030a98c6ba9f3a0503f.zip
tcl-399c41a0f08c867677ef3030a98c6ba9f3a0503f.tar.gz
tcl-399c41a0f08c867677ef3030a98c6ba9f3a0503f.tar.bz2
some better checks
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 1ce375a..d063dc6 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1215,9 +1215,9 @@ dnl AC_CHECK_TOOL(AR, ar)
AC_CACHE_CHECK(for Cygwin version of gcc,
ac_cv_cygwin,
AC_TRY_COMPILE([
-# ifdef __CYGWIN__
-# error cygwin
-# endif
+ #ifdef __CYGWIN__
+ #error cygwin
+ #endif
], [],
ac_cv_cygwin=no,
ac_cv_cygwin=yes)