]> granicus.if.org Git - python/commit
isinf and isnan are macros, not functions; fix configure script
authorMark Dickinson <dickinsm@gmail.com>
Sun, 4 Jan 2009 13:57:26 +0000 (13:57 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 4 Jan 2009 13:57:26 +0000 (13:57 +0000)
commitd181e3a246b52284e3aeb412ef9678dc444eb82a
tree18b68f9c0180603629605f62153b61c2fffab0a3
parent04b272336d8f4842d752449427ebef608dfcaca3
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)
Include/pymath.h
PC/pyconfig.h
configure
configure.in
pyconfig.h.in