From 8dbb7bc4729b55c27dd9f8b94b527d7bfee84ee6 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 8 Dec 2009 15:31:07 +0100 Subject: [PATCH] configure.in: Reports status of libperfstat. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0