commit | 09ba6d766bf4565a9cbdbcef54fba0c8d4420f84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 12 14:25:05 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 12 14:25:05 2012 +0100 |
tree | a527de55c476f515545dd42a0c9b434d776a7845 | |
parent | 52cc266dae40df6f4cca2762b5feb9bf6f2a916f [diff] [blame] |
updated for version 7.3.755 Problem: Autoconf doesn't find Python 3 if it's called "python". Solution: Search for "python2" and "python3" first, then "python".
diff --git a/src/version.c b/src/version.c index 53be01c..de2329e 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 755, +/**/ 754, /**/ 753,