configure: use distutils in ax_check_python_mako_module
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 16 Aug 2018 12:36:05 +0000 (13:36 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 23 Aug 2018 10:59:48 +0000 (11:59 +0100)
commite7149369bdce50e8db5641e9b92799b26727b31a
tree8c766bc4b9f84e62f10fdc73992b79123420495f
parentdf2042d99ac54f8639f123c8586d9cadcfbb5521
configure: use distutils in ax_check_python_mako_module

Handling the version comparison by hand is a bad idea. Python has a handy
module distutils for that - use it.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
m4/ax_check_python_mako_module.m4