summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b79b05)
raw | patch | inline | side by side (parent: 6b79b05)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 8 Dec 2009 14:31:07 +0000 (15:31 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 8 Dec 2009 14:31:07 +0000 (15:31 +0100) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 3d515bf227d317e584a99320d0342038ca5445c0..102b5bdf31a6160e9f9900462ed746cba262f909 100644 (file)
--- a/configure.in
+++ b/configure.in
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)"])
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
libopenipmi . . . . . $with_libopenipmipthread
liboping . . . . . . $with_liboping
libpcap . . . . . . . $with_libpcap
+ libperfstat . . . . . $with_perfstat
libperl . . . . . . . $with_libperl
libpq . . . . . . . . $with_libpq
libpthread . . . . . $with_libpthread