Index: /issm/trunk-jpl/m4/issm_options.m4
===================================================================
--- /issm/trunk-jpl/m4/issm_options.m4	(revision 15929)
+++ /issm/trunk-jpl/m4/issm_options.m4	(revision 15930)
@@ -170,5 +170,6 @@
 	if test "x$HAVE_TRIANGLE" = "xyes"; then
 		TRIANGLEINCL=-I$TRIANGLE_ROOT/
-	   AC_CHECK_FILE($TRIANGLE_ROOT/triangle.h,[],[AC_MSG_ERROR([Couldn't find triangle.h... check your installation of triangle])])
+		dnl AC_CHECK_FILE($TRIANGLE_ROOT/triangle.h,[],[AC_MSG_ERROR([Couldn't find triangle.h... check your installation of triangle])]) This check 
+		dnl blows up in cross-compile form.  Need to check for it in shell mode. 
 		case "${host_os}" in
 				*cygwin*)
