Changeset 15930
- Timestamp:
- 08/25/13 16:22:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r15911 r15930 170 170 if test "x$HAVE_TRIANGLE" = "xyes"; then 171 171 TRIANGLEINCL=-I$TRIANGLE_ROOT/ 172 AC_CHECK_FILE($TRIANGLE_ROOT/triangle.h,[],[AC_MSG_ERROR([Couldn't find triangle.h... check your installation of triangle])]) 172 dnl AC_CHECK_FILE($TRIANGLE_ROOT/triangle.h,[],[AC_MSG_ERROR([Couldn't find triangle.h... check your installation of triangle])]) This check 173 dnl blows up in cross-compile form. Need to check for it in shell mode. 173 174 case "${host_os}" in 174 175 *cygwin*)
Note:
See TracChangeset
for help on using the changeset viewer.