]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix AM_CHECK_PYTHON_HEADERS macro for Python3 1072/head
authorPierre Lejeune <superheron@gmail.com>
Mon, 30 Dec 2019 00:30:58 +0000 (01:30 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2019 00:30:58 +0000 (01:30 +0100)
commita4a9da012ab1a5af869a6a4b30f5685d7bf8f2ab
tree3c48e56feca9e9201c4be23d7a1162cb8edc6d15
parentc31a665d25f30f5c93e185f36d21f9e5774e589d
Fix AM_CHECK_PYTHON_HEADERS macro for Python3

This detects Python3 include paths like /usr/include/python3.7m.
Taken from pygobject.
m4/acinclude.m4