]> git.notmuchmail.org Git - notmuch/commit
configure: check existence of python3 setuptools and dev package
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 1 Jun 2020 05:31:42 +0000 (08:31 +0300)
committerDavid Bremner <david@tethera.net>
Mon, 1 Jun 2020 11:02:43 +0000 (08:02 -0300)
commit16d073ebe8fe062bb733165bdb10d7d2937616b5
treeb067f77e02e4074d9bb815e8f6a013b10ca31e2b
parent3e6e219384b75fbb0f067c59a0ae279bab5be7ff
configure: check existence of python3 setuptools and dev package

The notmuch2 CFFI-based Python interface is not buildable unless
python3 dev package and python3 setuptools are installed.

Check that these exist in configure (and disable notmuch2 bindings
build if not) so that build of these bindings don't fail when make(1)
is executed.
configure