X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2Flyxpython.m4;h=21d0d8a9632c6bf9099828a8153ca2d513617117;hb=51b37cd4d87200afcd5b51445a263070f72947b4;hp=aaa3beb99042dc32f0bd75d1cd5098ea65261f15;hpb=3d7ec5e25f2a8f82bc593e290878180097c27d64;p=lyx.git diff --git a/config/lyxpython.m4 b/config/lyxpython.m4 index aaa3beb990..21d0d8a963 100644 --- a/config/lyxpython.m4 +++ b/config/lyxpython.m4 @@ -18,9 +18,7 @@ AC_DEFUN([LYX_PATH_PYTHON23], m4_define(py2_ver, [patsubst($1,[\.],[,])]) m4_define(py3_ver, [patsubst($2,[\.],[,])]) - m4_define_default([_AM_PYTHON_INTERPRETER_LIST], -[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl - python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) + m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python3 python2 python]) if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else.