]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1692: Python may not work when using statically linked library v8.0.1692
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Apr 2018 18:26:20 +0000 (20:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Apr 2018 18:26:20 +0000 (20:26 +0200)
commit3a21d9c7bb4d58cccd2152e319daa8f8ffa2e664
tree1e6f1e24259c940e428151ef65a3f07661ee1b72
parent164268d4cf84fa0efd984fddbef4a41366aabd46
patch 8.0.1692: Python may not work when using statically linked library

Problem:    Python may not work when using statically linked library .
Solution:   Do not define PYTHON_HOME and PYTHON3_HOME in configure if the
            Python library is linked statically.
src/auto/configure
src/configure.ac
src/version.c