isinf and isnan are macros, not functions; fix configure script
commitf8b7624ca46c86d2f9cca65e40a7778d4596eb5a
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 4 Jan 2009 13:57:26 +0000 (4 13:57 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 4 Jan 2009 13:57:26 +0000 (4 13:57 +0000)
treef7450df853fcb1151d207451fd6ac4e470b8cb56
parent745428d976bf3433bd0ea0d2556719983b844eff
isinf and isnan are macros, not functions; fix configure script
to use AC_CHECK_DECLS instead of AC_CHECK_FUNCS for these.
(See discussion in issue #4506)

git-svn-id: http://svn.python.org/projects/python/trunk@68299 6015fed2-1504-0410-9fe1-9d1591cc4771
Include/pymath.h
PC/pyconfig.h
configure
configure.in
pyconfig.h.in