Expedite: fix typos

SVN revision: 33004
This commit is contained in:
Michael Lauer 2007-12-06 03:35:32 +00:00
parent bebdbe654b
commit 0e4b9716b8
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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.

View File

@ -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")