summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNishanth Thomas <nthomas@redhat.com>2014-03-19 13:04:54 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:14:32 +0530
commit2c0d94f99c51b8ce13f901949e8283909450ff39 (patch)
treefe861cad929b4bd4ecae0bc8c7f6ab6b63be24b0 /configure.ac
parent71cdd37492727d427fc0feae978ce60424f4b4df (diff)
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 <nthomas@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/42 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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