summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a96acd)
raw | patch | inline | side by side (parent: 9a96acd)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 6 Oct 2015 20:06:39 +0000 (22:06 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 6 Oct 2015 20:06:39 +0000 (22:06 +0200) |
Apparently, this is needed for RRDtool 1.5.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 897112ef97192f7ffa847b3fc7b4ad2c842ecd8e..7ffe5a9164f7c4ebad02d9f3549c0802bb26d2b8 100644 (file)
--- a/configure.ac
+++ b/configure.ac
fi; fi
if test "x$have_librrd" = "xyes"; then
- AC_CHECK_HEADERS([rrd_client.h])
+ AC_CHECK_HEADERS([rrd.h])
+ AC_CHECK_HEADERS([rrd_client.h], [], [], [[#include <rrd.h>]])
fi
dnl Feature checks.