* elementary: Fix typo in configure.

SVN revision: 45085
This commit is contained in:
Cedric BAIL 2010-01-13 14:50:48 +00:00
parent 62fc69f32d
commit 7381cfe432
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_FB, 1, [FB support for Elementary])
AC_DEFINE(HAVE_ELEMENTARY_SDL, 1, [FB support for Elementary])
have_elementary_sdl="yes"
requirement_elm="ecore-sdl ${requirement_elm}"
],