[xslt] detection of isinf, isnan and other math functions
- From: Roumen Petrov <bugtrack roumenpetrov info>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: [xslt] detection of isinf, isnan and other math functions
- Date: Wed, 25 May 2011 23:19:04 +0300
Hello All,
I review recent changes done by Stefan Kost into configure script I
note that isinf and isnan are to detected properly.
Functions isinf and isnan are definitions not real functions, so correct
macro has to be :
AC_CHECK_DECLS([isinf, isnan], [], [], [[#include <math.h>]])
As ouher side I could not found where code use HAVE_ISNAN, HAVE_ISINF,
HAVE_POW, HAVE_FLOOR and HAVE_FABS are used.
May be good patch is to remove all those checks.
Regards,
Roumen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]