Fixed configure on maemo.

SVN revision: 31891
This commit is contained in:
andrunko 2007-09-30 15:31:13 +00:00 committed by andrunko
parent a8ebdc324c
commit befadf24e3
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ fi
if test "x$have_ecore_evas_sdl" = "xyes"; then
PKG_CHECK_MODULES(SDL, sdl >= 1.3.0,
[ AC_DEFINE(BUILD_ECORE_EVAS_SDL_130, 1, [Support for SVN SDL]) ],
[ dummy=no ]);
[ dummy=no ])
fi
AC_SUBST(sdl_cflags)