Code

configure: Use AC_INCLUDES_DEFAULT when checking any libkvm stuff.
authorSebastian Harl <sh@tokkee.org>
Fri, 18 May 2012 20:31:13 +0000 (22:31 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 13 Sep 2012 08:55:58 +0000 (10:55 +0200)
commit096f706caf5718c11b3e8a7ad9ecb84f05482c4d
tree5686de056603eea2f3332ec1f4cefbf228850def
parent39a8492cebd21e77317c51bf2d9caaf49e5cd2f7
configure: Use AC_INCLUDES_DEFAULT when checking any libkvm stuff.

kvm.h requires sys/types.h to be included. Using AC_INCLUDES_DEFAULT will
hopefully make sure that we're save for a bit ;-)

Signed-off-by: Florian Forster <octo@collectd.org>
configure.in