build: Make sure AC_INCLUDES_DEFAULT is used
authorIdar Tollefsen <itollefs@cisco.com>
Sun, 1 Jan 2012 15:38:08 +0000 (16:38 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 27 Jun 2012 20:08:28 +0000 (21:08 +0100)
commit7b80441f9d4ec1efb220875795d556370b022204
tree154a889ee5ec8908904870df0155da462a95901c
parentd6e639151890a2ef35f2e3dfa23805bf943b0fd5
build: Make sure AC_INCLUDES_DEFAULT is used

Without using AC_INCLUDES_DEFAULT explicitly,
certain platforms will complain that the header
was found, but not usable by the compiler.
This happens for instance on Solaris where certain
headers are needed to pull in proper defines.

Also upgrade to newer autoconf syntax and use proper quoting.

https://bugzilla.gnome.org/show_bug.cgi?id=667293
configure.ac
m4/check-checks.m4