As real data came from e17. Little rename.

SVN revision: 36320
This commit is contained in:
Cedric BAIL 2008-09-29 17:08:25 +00:00
parent 0bc2413113
commit d25b46df3e
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ AM_CONDITIONAL(EINA_HAVE_ECORE, test "x${have_ecore}" = "xyes")
# Check if we want to benchmark on real data
enable_benchmark_e17="no"
AC_ARG_ENABLE([benchmark-e17],
[AC_HELP_STRING([--enable-benchmark-e17], [disable heavy benchmark @<:@default=no@:>@])],
AC_ARG_ENABLE([e17],
[AC_HELP_STRING([--enable-e17], [disable heavy benchmark @<:@default=no@:>@])],
[
if test "x${enableval}" = "xyes" ; then
enable_benchmark_e17="yes"