Index: /issm/trunk-jpl/m4/issm_options.m4
===================================================================
--- /issm/trunk-jpl/m4/issm_options.m4	(revision 24214)
+++ /issm/trunk-jpl/m4/issm_options.m4	(revision 24215)
@@ -624,6 +624,9 @@
 		else if test -f "$PYTHON_ROOT/include/python$PYTHON_VERSION/Python.h"; then
 			PYTHONINCL=-I$PYTHON_ROOT/include/python$PYTHON_VERSION
+		else if test -f "$PYTHON_ROOT/include/python$PYTHON_VERSIONm/Python.h"; then
+			PYTHONINCL=-I$PYTHON_ROOT/include/python$PYTHON_VERSIONm
 		else
 			AC_MSG_ERROR([Python.h not found, locate this file and contact ISSM developers]);
+		fi
 		fi
 		fi
