summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-19 21:12:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-19 21:12:40 +0000
commit56e39524e5f65a5d34082f2335066dea0cf416bc (patch)
treeb9d09e3c7eb7779deb0e03c2a2b984b8aff036ef /configure.ac
parent2b876d06f035f755b887a3a768b0e58b89e04b96 (diff)
let enable-fuzzers imply non-DESKTOP
Change-Id: I783b2950fcd43b1767961bc97d331be96b035ba7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a51eda4bf87..1af7eb17b09a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2470,7 +2470,7 @@ dnl "desktop" one but a "mobile" one, we are always cross-compiling.
dnl Note the direction of the implication; there is no assumption that
dnl cross-compiling would imply a non-desktop OS.
-if test $_os != iOS -a $_os != Android; then
+if test $_os != iOS -a $_os != Android -a "$enable_fuzzers" != "yes"; then
BUILD_TYPE="$BUILD_TYPE DESKTOP"
AC_DEFINE(HAVE_FEATURE_DESKTOP)
AC_DEFINE(HAVE_FEATURE_MULTIUSER_ENVIRONMENT)