author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 6 May 2008 14:13:35 +0000 (16:13 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 6 May 2008 14:13:35 +0000 (16:13 +0200) |
Conflicts:
configure.in
configure.in
1 | 2 | |||
---|---|---|---|---|
configure.in | patch | | diff1 | | diff2 | | blob | history |
diff --cc configure.in
index 4da57fccac2e5f2f1b70a6308eeb9b5d56df2fa3,d9dd13a37b60116df5437fa34e3a393c97ad8293..93375237135fd147a6d1161eca3030caf3251c21
--- 1/configure.in
--- 2/configure.in
+++ b/configure.in
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