X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=284dff05450dd90442f639062acb5427e61041c8;hb=94105804a59bf3e2a5d4b1320550f8aad1a0c288;hp=d9bca160fc8fb3152740f0365d6b59b2265040f4;hpb=d2914ae1474b2d42120c65c3f48be0be7affcb4e;p=collectd.git diff --git a/configure.in b/configure.in index d9bca160..284dff05 100644 --- a/configure.in +++ b/configure.in @@ -2101,6 +2101,11 @@ AC_SUBST(PERL_BINDINGS_OPTIONS) AC_OUTPUT(Makefile src/Makefile src/collectd.conf src/liboconfig/Makefile src/liboping/Makefile bindings/Makefile) +if test "x$with_rrdtool" = "xyes" -a "x$librrd_threadsafe" != "xyes" +then + with_rrdtool="yes (warning: librrd is not thread-safe)" +fi + if test "x$with_liboping" = "xyes" -a "x$with_own_liboping" = "xyes" then with_liboping="yes (shipped version)"