]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.755 v7.3.755
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Dec 2012 13:25:05 +0000 (14:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Dec 2012 13:25:05 +0000 (14:25 +0100)
commit09ba6d766bf4565a9cbdbcef54fba0c8d4420f84
treea527de55c476f515545dd42a0c9b434d776a7845
parent52cc266dae40df6f4cca2762b5feb9bf6f2a916f
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".
src/auto/configure
src/configure.in
src/version.c