]> Pileus Git - ~andy/gtk/commit
Bug 676087-configure.ac: isnan() and isinf() are macros, not functions
authorNatanael Copa <ncopa@alpinelinux.org>
Tue, 15 May 2012 11:09:24 +0000 (13:09 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 May 2012 03:55:40 +0000 (23:55 -0400)
commitd6aee922bb5da8254fafdf605951cf5b0150537d
treef1b12f171204a8cf4c7ca13f78bf58856b6fb0ab
parent276dae8ae6a024259b32fc28bf72e9dbb08fe963
Bug 676087-configure.ac: isnan() and isinf() are macros, not functions

The isnan() and isinf() are C99 macros not functions so use
AC_CHECK_DECL instead of AC_CHECK_FUNCS for those.
configure.ac
gdk/fallback-c89.c