X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=3e31cf2a6de15bb46f65a35fa4ad2d11644d4495;hb=09e1bfaed8475b7f81befe8581fb09711795b13b;hp=45b87e9b117f16561f381b8c056102e865e086b1;hpb=92c4cafa78eea14de24309abfb0c965bffd15b6b;p=collectd.git diff --git a/configure.in b/configure.in index 45b87e9b..3e31cf2a 100644 --- a/configure.in +++ b/configure.in @@ -3927,7 +3927,7 @@ then plugin_vserver="yes" plugin_wireless="yes" - if test "x$have_net_ip_vs_h" = "xyes" -o "x$have_ip_vs_h" = "xyes" + if test "x$have_net_ip_vs_h" = "xyes" || test "x$have_ip_vs_h" = "xyes" then plugin_ipvs="yes" fi @@ -4388,7 +4388,7 @@ then with_librrd="yes (warning: librrd is not thread-safe)" fi -if test "x$with_libiptc" = "xyes" -a "x$with_own_libiptc" = "xyes" +if test "x$with_libiptc" = "xyes" && test "x$with_own_libiptc" = "xyes" then with_libiptc="yes (shipped version)" fi