Changeset 15716


Ignore:
Timestamp:
08/06/13 08:25:29 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed check header on triangle and replaced by check file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r15685 r15716  
    170170        if test "x$HAVE_TRIANGLE" = "xyes"; then
    171171                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])])
    173173                case "${host_os}" in
    174174                                *cygwin*)
Note: See TracChangeset for help on using the changeset viewer.