From c6b4624a36c2efe115d42a6c799471cb0761ed66 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 7 Apr 2020 18:46:03 +0200 Subject: Add a paired constant for WITHOUT_ARTS so that WITH_ARTS can be used in the code without double negation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko Signed-off-by: gregory guy --- configure.in.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in.in') diff --git a/configure.in.in b/configure.in.in index d881620..4b3b49e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -53,3 +53,6 @@ if test "$KONTACT_SUBDIR" = "no"; then DO_NOT_COMPILE="$DO_NOT_COMPILE kontact_plugin" fi +if test "$build_arts" != "no"; then + AC_DEFINE(WITH_ARTS, 1, [Define a paired constant for WITHOUT_ARTS without a negative notation.]) +fi -- cgit v1.2.3