X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=102b5bdf31a6160e9f9900462ed746cba262f909;hb=8dbb7bc4729b55c27dd9f8b94b527d7bfee84ee6;hp=3d515bf227d317e584a99320d0342038ca5445c0;hpb=6b79b05912cd735a95590ad186468ac515a9c187;p=collectd.git diff --git a/configure.in b/configure.in index 3d515bf2..102b5bdf 100644 --- a/configure.in +++ b/configure.in @@ -1081,6 +1081,7 @@ then fi AM_CONDITIONAL(BUILD_WITH_PERFSTAT, test "x$with_perfstat" = "xyes") +# Processes plugin under AIX. if test "x$with_procinfo" = "xyes" then AC_CHECK_HEADERS(procinfo.h,, [with_procinfo="no (procinfo.h not found)"]) @@ -1089,7 +1090,6 @@ if test "x$with_procinfo" = "xyes" then AC_DEFINE(HAVE_PROCINFO_H, 1, [Define to 1 if you have the procinfo.h]) fi -AM_CONDITIONAL(BUILD_WITH_PROCINFO_H, test "x$with_procinfo" = "xyes") if test "x$ac_system" = "xSolaris" then @@ -4172,6 +4172,7 @@ Configuration: libopenipmi . . . . . $with_libopenipmipthread liboping . . . . . . $with_liboping libpcap . . . . . . . $with_libpcap + libperfstat . . . . . $with_perfstat libperl . . . . . . . $with_libperl libpq . . . . . . . . $with_libpq libpthread . . . . . $with_libpthread