From 38a4235cbb9ccd69f6ab827f936bded455974f0d Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sat, 19 Mar 2016 08:24:43 +0100 Subject: [PATCH] RPM specfile: fix xmms plugin build condition --- contrib/redhat/collectd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index ecdf5ea2..7f56007f 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -156,7 +156,7 @@ %define with_write_graphite 0%{!?_without_write_graphite:1} %define with_write_http 0%{!?_without_write_http:1} %define with_write_riemann 0%{!?_without_write_riemann:1} -%define with_xmms 0%{!?_without_xmms:0%{!?_has_xmms:1}} +%define with_xmms 0%{!?_without_xmms:0%{?_has_xmms}} # Plugins not built by default because of dependencies on libraries not # available in RHEL or EPEL: -- 2.11.0