[Libreoffice-commits] core.git: configure.ac

Caolán McNamara caolanm at redhat.com
Mon Dec 19 21:13:36 UTC 2016


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56e39524e5f65a5d34082f2335066dea0cf416bc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 19 21:12:12 2016 +0000

    let enable-fuzzers imply non-DESKTOP
    
    Change-Id: I783b2950fcd43b1767961bc97d331be96b035ba7

diff --git a/configure.ac b/configure.ac
index 9a51eda..1af7eb1 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)


More information about the Libreoffice-commits mailing list