[Pixman] [PATCH] test: add a check for FE_DIVBYZERO

Søren Sandmann soren.sandmann at gmail.com
Sat Feb 22 17:46:48 PST 2014


Hi,

Thanks for the patch. The check

> +AC_CHECK_DECL([FE_DIVBYZERO], [], [], [[#include <fenv.h>]])
> +if test x$have_fe_divbyzero = xyes; then
> +   AC_DEFINE(HAVE_FEDIVBYZERO, 1, [Whether we have FE_DIVBYZERO])
> +fi

needs to actually set the $have_fe_divbyzero variable to yes or
no. Otherwise HAVE_FEDIVBYZERO will just never be defined.


Søren


More information about the Pixman mailing list