efl: Fix configure help message for cserve

By default, cserve2 is disabled. The configure help message for
cserve2 was incorrect in that is said cserve2 was enabled by default.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-11-12 12:39:45 -05:00
parent 592b786645
commit e83fae6960
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,7 @@ AC_CHECK_LIB([m], [lround],
# Evas cserve2
AC_ARG_ENABLE([cserve],
[AS_HELP_STRING([--enable-cserve],[enable shared cache server (cserve2). @<:@default=enabled@:>@])],
[AS_HELP_STRING([--enable-cserve],[enable shared cache server (cserve2). @<:@default=disabled@:>@])],
[
if test "x${enableval}" = "xyes" ; then
want_evas_cserve2="yes"