From: Jonathan Rajotte Date: Mon, 2 Feb 2015 21:33:56 +0000 (-0500) Subject: configure: add check for compiler inline keyword support X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7d617f1db05b0646456aaf811395a395b2ed8fc6;hp=7d617f1db05b0646456aaf811395a395b2ed8fc6;p=lttng-tools.git configure: add check for compiler inline keyword support Check support of the inline keyword by the compiler. If not supported, inline is replaced by the appropriate keyword or nothing.[1] Based on autoscan diagnostic [1]http://www.gnu.org/software/autoconf/manual/autoconf.html#AC_005fC_005fINLINE Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---