diff --git a/configure.ac b/configure.ac index 0e82534ff..06ce32a79 100644 --- a/configure.ac +++ b/configure.ac @@ -1239,10 +1239,10 @@ if test -n "$with_user_id"; then fi AC_DEFINE_UNQUOTED([COOL_USER_ID],["$COOL_USER_ID"],[The user-name which is allowed to run coolwsd and its tools]) -AM_CONDITIONAL([ENABLE_SETCAP], [test "$enable_setcap" != "no" -a `uname -s` = "Linux"]) +AM_CONDITIONAL([ENABLE_SETCAP], [test "$enable_setcap" != "no" -a `uname -s` = "Linux" -a "$enable_fuzzers" != "yes"]) ENABLE_SETCAP= -if test "$enable_setcap" != "no" -a `uname -s` = "Linux"; then +if test "$enable_setcap" != "no" -a `uname -s` = "Linux" -a "$enable_fuzzers" != "yes"; then ENABLE_SETCAP=true setcap_msg="setcap enabled" else