1
0
forked from aniani/vim

patch 8.2.2970: Python configure check uses deprecated command

Problem:    Python configure check uses deprecated command.
Solution:   Use sysconfig instead of distutils if possible. (Zdenek Dohnal,
            closes #8354)
This commit is contained in:
Zdenek Dohnal
2021-06-10 18:50:55 +02:00
committed by Bram Moolenaar
parent a42e6e0082
commit 31e299c08f
3 changed files with 10 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2970,
/**/
2969,
/**/