Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 780432
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 2650-2656 Link Here
2650
AC_SUBST(GET_TASK_ALLOW_ENTITLEMENT)
2650
AC_SUBST(GET_TASK_ALLOW_ENTITLEMENT)
2651
2651
2652
AC_MSG_CHECKING([whether to build a Community flavor])
2652
AC_MSG_CHECKING([whether to build a Community flavor])
2653
if test -z "$enable_community_flavor" -o "$enable_community_flavor" == "yes"; then
2653
if test -z "$enable_community_flavor" -o "$enable_community_flavor" = "yes"; then
2654
    AC_DEFINE(HAVE_FEATURE_COMMUNITY_FLAVOR)
2654
    AC_DEFINE(HAVE_FEATURE_COMMUNITY_FLAVOR)
2655
    AC_MSG_RESULT([yes])
2655
    AC_MSG_RESULT([yes])
2656
else
2656
else

Return to bug 780432