configure: remove checks for isinf and isnan as those are not used anyway
authorStefan Kost <ensonic@users.sf.net>
Wed, 25 May 2011 21:32:45 +0000 (00:32 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 25 May 2011 21:35:43 +0000 (00:35 +0300)
commit5425e22f366658c4de7342a202970330a02d3ba6
tree85d6a4e937e0b124c74dcb924283b0341dd1b51e
parentfc473846719123dce0342054afd5015b5af62a4d
configure: remove checks for isinf and isnan as those are not used anyway

As pointed out by Roumen Petrov those check were wrong (isinf and isnan are
macros) and they are not used in the code either. Thus remove the checks.
configure.in