Changeset 15716
- Timestamp:
- 08/06/13 08:25:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r15685 r15716 170 170 if test "x$HAVE_TRIANGLE" = "xyes"; then 171 171 TRIANGLEINCL=-I$TRIANGLE_ROOT/ 172 AC_CHECK_HEADER($TRIANGLE_ROOT/triangle.h,[],[AC_MSG_ERROR([Couldn't find triangle.h... check your installation of triangle])])172 AC_CHECK_FILE($TRIANGLE_ROOT/triangle.h,[],[AC_MSG_ERROR([Couldn't find triangle.h... check your installation of triangle])]) 173 173 case "${host_os}" in 174 174 *cygwin*)
Note:
See TracChangeset
for help on using the changeset viewer.