X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=75ac706a85c354928b65b6851418bcceaa91fc08;hb=f6d2b3c2f83808f9f3913bf0220b3e6ad84fe23c;hp=c43502764efed26ecc786225b47cb448c0de7543;hpb=96382507c3296a35399f6b3c258ae2a47761bf06;p=collectd.git diff --git a/configure.in b/configure.in index c4350276..75ac706a 100644 --- a/configure.in +++ b/configure.in @@ -967,7 +967,7 @@ fi AC_MSG_CHECKING([if have htonll defined]) have_htonll="no" - AC_RUN_IFELSE([ + AC_LINK_IFELSE([ AC_LANG_PROGRAM([ #include #include @@ -4030,7 +4030,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 @@ -4500,7 +4500,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