]> sigrok.org Git - libsigrok.git/commit
build: Match up Python headers with interpreter version
authorDaniel Elstner <redacted>
Sun, 1 Nov 2015 20:40:28 +0000 (21:40 +0100)
committerDaniel Elstner <redacted>
Sun, 1 Nov 2015 21:01:40 +0000 (22:01 +0100)
commit3d8691326666a32925aa555f3088185ccd5d846b
treef3b46d2fc9b9b7915ba28f96203d8d30c3f157f6
parent8105e82913aface2a430c51ef3e9a45cfce68170
build: Match up Python headers with interpreter version

Check for either Python 2 or Python 3 header files depending on
the version of the Python interpreter. Also require the module
version to exactly match the interpreter version.

This may fix bug #645.
configure.ac