From 2c0d94f99c51b8ce13f901949e8283909450ff39 Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Wed, 19 Mar 2014 13:04:54 +0530 Subject: plugins: Added the files for volume utilization and status plugins fixed few issues with code fixed the pep8 issues Change-Id: I2c2b32e7bbdc30a7b68acc1ce4e0468fd53a3050 Signed-off-by: Nishanth Thomas Reviewed-on: https://cuckoo.blr.redhat.com:8443/42 Reviewed-by: Sahina Bose Tested-by: Sahina Bose --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 059f6a6..db4147e 100644 --- a/configure.ac +++ b/configure.ac @@ -88,11 +88,14 @@ AX_PYTHON_MODULE([pthreading], [fatal]) AX_PYTHON_MODULE([pyinotify], [fatal]) AX_PYTHON_MODULE([selinux], [fatal]) +#PKG_CHECK_MODULES("libgfapi", libgfapi >= 3.4.0) + # Keep sorted AC_CONFIG_FILES([ Makefile gluster-nagios-addons.spec plugins/Makefile + plugins/volcap/Makefile tests/Makefile tests/run_tests_local.sh tests/run_tests.sh -- cgit