As real data came from e17. Little rename.
authorcedric <cedric>
Mon, 29 Sep 2008 17:08:25 +0000 (17:08 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 29 Sep 2008 17:08:25 +0000 (17:08 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eina@36320 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index 0556e03..a47e5ac 100644 (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"