Changeset 24215
- Timestamp:
- 10/11/19 00:30:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r23710 r24215 624 624 else if test -f "$PYTHON_ROOT/include/python$PYTHON_VERSION/Python.h"; then 625 625 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 626 628 else 627 629 AC_MSG_ERROR([Python.h not found, locate this file and contact ISSM developers]); 630 fi 628 631 fi 629 632 fi
Note:
See TracChangeset
for help on using the changeset viewer.