diff -Naur a/configure.ac b/configure.ac --- a/configure.ac 2021-03-24 16:28:10.000000000 +0000 +++ b/configure.ac 2021-04-05 18:05:04.981453879 +0000 @@ -2650,7 +2650,7 @@ AC_SUBST(GET_TASK_ALLOW_ENTITLEMENT) AC_MSG_CHECKING([whether to build a Community flavor]) -if test -z "$enable_community_flavor" -o "$enable_community_flavor" == "yes"; then +if test -z "$enable_community_flavor" -o "$enable_community_flavor" = "yes"; then AC_DEFINE(HAVE_FEATURE_COMMUNITY_FLAVOR) AC_MSG_RESULT([yes]) else