build: Fix build on systems where /usr/bin/python isn't python 2.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 21 Jan 2013 18:42:50 +0000 (10:42 -0800)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 13 Feb 2013 17:46:39 +0000 (18:46 +0100)
commit1151cdfa9eede5f8b69865d5764b5aa3eb3f1cf7
tree8a68330761169395136b2cc973c1491dfba7a9ab
parentffaa1c92e9029efdc3ab5ff459cc34f9364444a9
build: Fix build on systems where /usr/bin/python isn't python 2.

configure.ac sets up a PYTHON2 variable, which is what we want
AX_PYTHON_MODULE to use (since we only use Python 2 for now).

NOTE: This is a candidate for the 9.0 branch.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31598
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
(cherry picked from commit 121d19de920212225586c9269f2d34ab7e6e1aec)
m4/ax_python_module.m4