autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Supplying header files for AC_CHECK_FUNCS to #include?


From: Skip Montanaro
Subject: Supplying header files for AC_CHECK_FUNCS to #include?
Date: Sat, 6 Dec 2008 16:49:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

The Python configure.in file contains a line similar to this:

    AC_CHECK_FUNCS(acosh asinh atanh expm1 finite isinf isnan log1p)

On Solaris 10 isinf is not detected because the generated conftest.c
doesn't #include <math.h>.  Is there a way to tell AC_CHECK_FUNCS
to do that?

Thanks,

Skip Montanaro







reply via email to

[Prev in Thread] Current Thread [Next in Thread]