* elementary: Fix the typo in the description too :-)

SVN revision: 45086
This commit is contained in:
Cedric BAIL 2010-01-13 15:05:53 +00:00
parent 7381cfe432
commit 60cdf880ce
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ have_elementary_sdl="no"
PKG_CHECK_MODULES([ELEMENTARY_SDL],
[ecore-sdl],
[
AC_DEFINE(HAVE_ELEMENTARY_SDL, 1, [FB support for Elementary])
AC_DEFINE(HAVE_ELEMENTARY_SDL, 1, [SDL support for Elementary])
have_elementary_sdl="yes"
requirement_elm="ecore-sdl ${requirement_elm}"
],