build: Make sure AC_INCLUDES_DEFAULT is used.
authorIdar Tollefsen <itollefs@cisco.com>
Sun, 1 Jan 2012 19:48:29 +0000 (20:48 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 16 May 2012 09:02:52 +0000 (10:02 +0100)
commitafc8ce3fd566c73d395fa214f5179c385c790d5b
tree02776a5a3b790c1f82fbf20bbf258cd139279fd9
parent97d2de4ce9179471d4b5785c9a8b694ab6fb9775
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.

https://bugzilla.gnome.org/show_bug.cgi?id=667307

Conflicts:

configure.ac
configure.ac