Build system: Add try_compile_link() and run_code()
commitffa402e60dc484398615d39010dedb522b0bc50e
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 3 Nov 2007 11:18:28 +0000 (3 13:18 +0200)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 3 Nov 2007 11:18:28 +0000 (3 13:18 +0200)
tree41367e8846ab506f8daaa2db754e5bea612bddfd
parente7372f83f69228dd64753e935216fb1815dcb2f0
Build system: Add try_compile_link() and run_code()

These simplify compiling, linking and running simple programs.  There's
no need to separately compile and link simple program when we just want
to check availability of a library.
scripts/checks.sh
scripts/utils.sh