Typo: --enable enables an option.

SVN revision: 37913
This commit is contained in:
Chidambar Zinnoury 2008-12-03 17:27:51 +00:00
parent e407285fb1
commit ef7cd1e966
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ 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([e17],
[AC_HELP_STRING([--enable-e17], [disable heavy benchmark @<:@default=no@:>@])],
[AC_HELP_STRING([--enable-e17], [enable heavy benchmark @<:@default=no@:>@])],
[
if test "x${enableval}" = "xyes" ; then
enable_benchmark_e17="yes"