Changeset 12304


Ignore:
Timestamp:
05/30/12 14:19:54 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixing fortran lib test

File:
1 edited

Legend:

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

    r12220 r12304  
    953953        HAVE_FORTRAN=no
    954954        if test -n "$FORTRAN_LIB" ; then
    955         if test x$FORTRAN_LIB = xno; then
     955        if test "x$FORTRAN_LIB" = "xno"; then
    956956            HAVE_FORTRAN=NO
    957957        else
Note: See TracChangeset for help on using the changeset viewer.