X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2Flyxpython.m4;h=21d0d8a9632c6bf9099828a8153ca2d513617117;hb=098c16f153df4cd9960d2a58a6ef9146d99861ad;hp=adc816dde7b39c0ce094bf2cabd42cb97c7f6a5b;hpb=d933d72fa9e30d5b2a92b6117f74bcd23b696a32;p=lyx.git diff --git a/config/lyxpython.m4 b/config/lyxpython.m4 index adc816dde7..21d0d8a963 100644 --- a/config/lyxpython.m4 +++ b/config/lyxpython.m4 @@ -18,7 +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], [python3 python2]) + 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.