mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Search also for Python named `python'
This is needed for macOS, apparently.
This commit is contained in:
parent
a60a8233e8
commit
f0810d8092
@ -18,7 +18,7 @@ AC_DEFUN([LYX_PATH_PYTHON23],
|
|||||||
m4_define(py2_ver, [patsubst($1,[\.],[,])])
|
m4_define(py2_ver, [patsubst($1,[\.],[,])])
|
||||||
m4_define(py3_ver, [patsubst($2,[\.],[,])])
|
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 test -n "$PYTHON"; then
|
||||||
# If the user set $PYTHON, use it and don't search something else.
|
# If the user set $PYTHON, use it and don't search something else.
|
||||||
|
Loading…
Reference in New Issue
Block a user