From 8b12682035e2ae92a29a9ce12abc5fbcf38b1192 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 26 Mar 2017 15:58:46 +0200 Subject: Initial cmake conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- noatun/library/effects.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'noatun/library/effects.cpp') diff --git a/noatun/library/effects.cpp b/noatun/library/effects.cpp index 6815a90a..2e4d6038 100644 --- a/noatun/library/effects.cpp +++ b/noatun/library/effects.cpp @@ -11,7 +11,9 @@ #include -#define HAS_ARTSVERSION_H +#if !defined(NOATUN_WITHOUT_ARTS_EFFECTS) +# define HAS_ARTSVERSION_H +#endif #ifdef HAS_ARTSVERSION_H #include -- cgit v1.2.3