Changeset 24215


Ignore:
Timestamp:
10/11/19 00:30:08 (5 years ago)
Author:
bdef
Message:

NEW: adding a new alternative path for Python.h

File:
1 edited

Legend:

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

    r23710 r24215  
    624624                else if test -f "$PYTHON_ROOT/include/python$PYTHON_VERSION/Python.h"; then
    625625                        PYTHONINCL=-I$PYTHON_ROOT/include/python$PYTHON_VERSION
     626                else if test -f "$PYTHON_ROOT/include/python$PYTHON_VERSIONm/Python.h"; then
     627                        PYTHONINCL=-I$PYTHON_ROOT/include/python$PYTHON_VERSIONm
    626628                else
    627629                        AC_MSG_ERROR([Python.h not found, locate this file and contact ISSM developers]);
     630                fi
    628631                fi
    629632                fi
Note: See TracChangeset for help on using the changeset viewer.