diff --git a/README b/README index ccc662b..5726850 100644 --- a/README +++ b/README @@ -1,3 +1,3 @@ -Eexpedite 0.6.0 +Expedite 0.6.0 This is meant to be a detailed and comprehensive benchmark suite for Evas. diff --git a/configure.in b/configure.in index 9dea14d..67b5d42 100644 --- a/configure.in +++ b/configure.in @@ -149,7 +149,7 @@ PKG_CHECK_EXISTS(evas-software-sdl, AC_DEFINE(HAVE_EVAS_SOFTWARE_SDL, 1, [Evas Software SDL Engine Support]) have_software_sdl="yes" ], - [ have_direct3d="no" ] + [ have_software_sdl="no" ] ) AM_CONDITIONAL(BUILD_SOFTWARE_SDL, test "x$have_software_sdl" = "xyes")