Changeset 19706


Ignore:
Timestamp:
11/11/15 17:06:45 (9 years ago)
Author:
Eric.Larour
Message:

CHG: putting the comment in the right place.

File:
1 edited

Legend:

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

    r19705 r19706  
    396396                                *darwin*)
    397397                                if test "x$HAVE_JAVASCRIPT" = "xyes"; then
    398                                         TRIANGLELIB=$TRIANGLE_ROOT/triangle.o dnl go to the bit code, not the library.
     398                                        dnl go to the bit code, not the library.
     399                                        TRIANGLELIB=$TRIANGLE_ROOT/triangle.o
    399400                                else
    400401                                        TRIANGLELIB=$TRIANGLE_ROOT/triangle.a
     
    405406                AC_SUBST([TRIANGLEINCL])
    406407                AC_SUBST([TRIANGLELIB])
     408                echo $TRIANGLELIB
    407409        fi
    408410        dnl }}}
Note: See TracChangeset for help on using the changeset viewer.