]> sigrok.org Git - libsigrokdecode.git/commit
Link against libm to avoid Python related linking errors.
authorUwe Hermann <redacted>
Fri, 3 Jan 2014 16:41:24 +0000 (17:41 +0100)
committerUwe Hermann <redacted>
Fri, 3 Jan 2014 16:41:24 +0000 (17:41 +0100)
commit6af04d5a36a47b11dcf10bb629105600aa5a66eb
treed48252f45592e9fa900cb21bd14a57c7dc757248
parent7d54fe300d9e3375f731abcd16d637e470ef3976
Link against libm to avoid Python related linking errors.

The python3-config script reported "-lm" as linker option previously,
but we switched to using pkg-config (among other things for
cross-compile support) which doesn't report "-lm" though (this is a
common behaviour across multiple distros and OSes).
configure.ac