]> sigrok.org Git - libsigrok.git/commit
Build: Check for accepted compiler flags
authorDaniel Elstner <redacted>
Sun, 23 Aug 2015 19:08:54 +0000 (21:08 +0200)
committerDaniel Elstner <redacted>
Mon, 24 Aug 2015 18:12:47 +0000 (20:12 +0200)
commitb84a733105eea68cbc568850eba20bd571debad7
tree5bdff3cb4f77d69e5041ffed4ac9f62f4b6a78c2
parent1bb196e4969b299d316bdcff2201a44dd517f240
Build: Check for accepted compiler flags

Introduce the SR_CHECK_COMPILE_FLAGS macro and use it to check
for additional compiler flags. Put the accepted flags into the
separate substitution variable SR_EXTRA_CFLAGS.

With this and the preceding changes, bug #578 should now be fixed.
Makefile.am
configure.ac
m4/sigrok.m4