View | Details | Raw Unified | Return to bug 230675 | Differences between
and this patch

Collapse All | Expand All

(-)vim/files/patch-src-auto-configure 2018-08-17 04:00:49.959407000 +0900 (-1 / +1 lines)
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

Return to bug 230675