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"
++if test "x$with_rrdtool" = "xyes" \
++ && test "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"
+ if test "x$with_liboping" = "xyes" \
+ && test "x$with_own_liboping" = "xyes"
then
with_liboping="yes (shipped version)"
fi