]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
use pkg-config to ensure python3-devel is installed
authorDwight Engen <dwight.engen@oracle.com>
Thu, 10 Jan 2013 20:45:22 +0000 (15:45 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 11 Jan 2013 17:45:48 +0000 (12:45 -0500)
commit59ec0a36c7b5e0c60eab1a626d2af24a96de5c5c
treea8ec141231b745702dfbbc761d7940115915977d
parent148315348760faf4ad822ded7c416d2de8050937
use pkg-config to ensure python3-devel is installed

The Python.h header varies in location by distribution, so instead use
pkg-config to ensure the python3 devel package is installed. Tested with
Ubuntu 12.04 and Fedora 17. Fixes --enable-python on Fedora 17.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac