Name
mk_try_compile — Try to compile a code snippet
Synopsis
MODULES="... compiler ..."
Options
HEADERDEPS=
hdeps
An optional list of headers which should be included if they are available.
Description
Wraps code
in a main()
function and attempts to compile it. Returns 0
(logical true) if it succeeds and 1 (logical false)
otherwise.