|
Lines 60-66
Link Here
|
| 60 |
if test "X$vi_cv_path_python3" = "X"; then |
60 |
if test "X$vi_cv_path_python3" = "X"; then |
| 61 |
- for ac_prog in python3 python |
61 |
- for ac_prog in python3 python |
| 62 |
+ for ac_prog in python3.6 python3.5 python3.4 |
62 |
+ for ac_prog in python3.7 python3.6 python3.5 python3.4 |
| 63 |
do |
63 |
do |
| 64 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
64 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 65 |
set dummy $ac_prog; ac_word=$2 |
65 |
set dummy $ac_prog; ac_word=$2 |