commit | e1a32310d5e9684608b893ab8295191d63178b4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 16:03:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 16:03:25 2018 +0200 |
tree | 3d3df0eafb03922a47f9f710e7498fa9dca82988 | |
parent | 6c672194cd06fb1ab1289475aad31a9769bdb2ad [diff] [blame] |
patch 8.0.1719: cannot specify which Python executable configure should use Problem: Cannot specify which Python executable configure should use. Solution: Add --with-python-command and --with-python3-command.
diff --git a/src/version.c b/src/version.c index be4e4ed..7ce1c9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1719, +/**/ 1718, /**/ 1717,