diff options
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 3 |
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 |