Configure: Added explicit check for math library header
commit95ee539d6d33710cee9bbe051436b2147cebd295
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 16 Jun 2013 19:50:57 +0000 (16 21:50 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 17 Jun 2013 00:54:06 +0000 (17 01:54 +0100)
tree823effe2b980a288aac78d6089ba14e55f26ca85
parentf68ec6c91334bf97d43ee94a4568c8d4f2396939
Configure: Added explicit check for math library header

Compilation will not work if the header is missing, so make sure
it is present and compilable first. This can highligh sooner if
a user forgot to install the corresponding dev package.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
m4/wm_libmath.m4