Make community features (including profiling) on by default.
This commit is contained in:
parent
afeab2052f
commit
f6f6d81b82
10
configure.in
10
configure.in
@ -617,19 +617,19 @@ fi
|
|||||||
AC_MSG_CHECKING(whether features provided by the user community should be included.)
|
AC_MSG_CHECKING(whether features provided by the user community should be included.)
|
||||||
AC_ARG_ENABLE(community-features,
|
AC_ARG_ENABLE(community-features,
|
||||||
AC_HELP_STRING(
|
AC_HELP_STRING(
|
||||||
[--enable-community-features],
|
[--disable-community-features],
|
||||||
[Enable additional features provided by the user community.]),
|
[Disable additional features provided by the user community.]),
|
||||||
[ ENABLE_COMMUNITY_FEATURES=$enableval ],
|
[ ENABLE_COMMUNITY_FEATURES=$enableval ],
|
||||||
[ ENABLE_COMMUNITY_FEATURES=no ]
|
[ ENABLE_COMMUNITY_FEATURES=yes ]
|
||||||
)
|
)
|
||||||
|
|
||||||
if test "$ENABLE_COMMUNITY_FEATURES" = "yes"
|
if test "$ENABLE_COMMUNITY_FEATURES" = "yes"
|
||||||
then
|
then
|
||||||
AC_DEFINE([COMMUNITY_SERVER], [1],
|
AC_DEFINE([COMMUNITY_SERVER], [1],
|
||||||
[Whether features provided by the user community should be included])
|
[Whether features provided by the user community should be included])
|
||||||
AC_MSG_RESULT([yes, community server])
|
AC_MSG_RESULT([yes])
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no, enterprise server])
|
AC_MSG_RESULT([no])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH(server-suffix,
|
AC_ARG_WITH(server-suffix,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user