From: Florian Forster Date: Tue, 8 Dec 2009 14:31:07 +0000 (+0100) Subject: configure.in: Reports status of libperfstat. X-Git-Tag: collectd-4.9.0~27^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8dbb7bc4729b55c27dd9f8b94b527d7bfee84ee6;p=collectd.git configure.in: Reports status of libperfstat. --- 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