]> Pileus Git - ~andy/gtk/commit
Bug 670499-configure.ac: Check for nearbyint(), isinf() and isnan()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Apr 2012 10:15:45 +0000 (18:15 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 3 May 2012 03:54:41 +0000 (11:54 +0800)
commitc97f0b660c094d005844c0357df9bbc67c03861e
tree030202527c0b8580e3c5c592f49b5684c5181aab
parent2969db9993c7b00a17e279cf9c53543ae62fbed1
Bug 670499-configure.ac: Check for nearbyint(), isinf() and isnan()

nearbyint(), isinf() and isnan() are C99 functions, so check for them.

Also clean up configure.ac a little bit as the checks for rint() and
round() can be a bit simpler, according to Matthias' suggestions.
configure.ac