Changeset 26392


Ignore:
Timestamp:
08/12/21 18:13:59 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: should place AM_CONDITIONAL outside of if

File:
1 edited

Legend:

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

    r26384 r26392  
    17631763                AC_SUBST([SHAPELIBINCL])
    17641764                AC_SUBST([SHAPELIBLIB])
    1765                 AM_CONDITIONAL([SHP], [test "x${HAVE_SHAPELIB}" == "xyes"])
    1766         fi
     1765        fi
     1766        AM_CONDITIONAL([SHP], [test "x${HAVE_SHAPELIB}" == "xyes"])
    17671767        dnl }}}
    17681768        dnl ScaLAPACK{{{
Note: See TracChangeset for help on using the changeset viewer.