Changeset 19662


Ignore:
Timestamp:
10/20/15 08:51:50 (9 years ago)
Author:
Mathieu Morlighem
Message:

TEST: checking installation without MEXLINK

File:
1 edited

Legend:

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

    r19645 r19662  
    319319
    320320                                dnl Make sure mexFunction.map is not in MEXLIB to avoid problems with global variables
    321                                 MEXLINK=$(echo $MEXLINK | sed -e "s/,-expo.*mexFunction\\.map\"//g" | sed -e "s/-[[^ ]]*mexFunction\\.map//g")
     321                                dnl MEXLINK=$(echo $MEXLINK | sed -e "s/,-expo.*mexFunction\\.map\"//g" | sed -e "s/-[[^ ]]*mexFunction\\.map//g")
     322                                MEXLINK="" dnl We actually don't need MEXLINK????
    322323
    323324                        ;;
Note: See TracChangeset for help on using the changeset viewer.