summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-07 18:46:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-10 12:47:04 +0200
commitd9a4368be5b46944bc00e9357a171d6c77f6da32 (patch)
treeb56cf10ba859ddefbc805dda92d5b34e08218645 /configure.in.in
parent4cac2cf12cab8e55a411ea60dd18b80f20c284c9 (diff)
downloadbasket-d9a4368be5b46944bc00e9357a171d6c77f6da32.tar.gz
basket-d9a4368be5b46944bc00e9357a171d6c77f6da32.zip
Add a paired constant for WITHOUT_ARTS so that WITH_ARTS can be used
in the code without double negation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit c6b4624a36c2efe115d42a6c799471cb0761ed66)
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in3
1 files changed, 3 insertions, 0 deletions
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