X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=37d77ff9dcb18f202ffe40aab8b4af50aeee6ffa;hp=ef6868e7bab7509c129a75fde51afcf83028b2f3;hb=8bbc16715bda6ba2cc32548e888e21c26e8299b1;hpb=5ba97a2fe9c2881490dce68ef9b71002cf639a74 diff --git a/configure.ac b/configure.ac index ef6868e..37d77ff 100644 --- a/configure.ac +++ b/configure.ac @@ -422,6 +422,10 @@ else AC_MSG_ERROR([Invalid value for option --with-librrd=$with_librrd (expected "yes", "no", or "auto")]) fi; fi +if test "x$have_librrd" = "xyes"; then + AC_CHECK_HEADERS([rrd_client.h]) +fi + dnl Feature checks. build_documentation="yes"