]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2970: Python configure check uses deprecated command v8.2.2970
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 10 Jun 2021 16:50:55 +0000 (18:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Jun 2021 16:50:55 +0000 (18:50 +0200)
commit31e299c08f250b126b2c2c0ecce12ee563b70fdc
treec6a5e5a7b431892a7f9cdefcb50b647ad13971c5
parenta42e6e0082a6d564dbfa55317d4a698ac12ae898
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)
src/auto/configure
src/configure.ac
src/version.c