commit | d088240b96bc8b2bdba9242dcb9e3d36f1e16c48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 18:13:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 18:13:05 2018 +0200 |
tree | 65228ebe634314e7d03e3449276b913bf46873e9 | |
parent | f59c6e8cee092433d325ba21a107654a8d84f776 [diff] [blame] |
patch 8.0.1686: Python does not work when configuring with specific dir Problem: Python does not work when configuring with specific dir. (Rajdeep) Solution: Do define PYTHON_HOME and PYTHON3_HOME in configure if the Python config dir was specified.
diff --git a/src/version.c b/src/version.c index ff8d0c4..08b6728 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1686, +/**/ 1685, /**/ 1684,