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)
commitbf1d1286d8c2ed97b494a8ffce7de6e2fd7328b2 (patch)
tree0f2cba81933bc106defc0e536088f83161115528 /unix/tcl.m4
parent11af87a052c1c88211a77a6c6260704507f3ba30 (diff)
downloadtcl-bf1d1286d8c2ed97b494a8ffce7de6e2fd7328b2.zip
tcl-bf1d1286d8c2ed97b494a8ffce7de6e2fd7328b2.tar.gz
tcl-bf1d1286d8c2ed97b494a8ffce7de6e2fd7328b2.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)