yes yes yes!

SVN revision: 46578
This commit is contained in:
Carsten Haitzler 2010-02-27 14:25:48 +00:00
parent 8c14ff2e76
commit da89f13454
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ if test -n "$SDL_CONFIG" ; then
SDL_LIBS=`$SDL_CONFIG --libs`
AC_SUBST(SDL_CFLAGS)
AC_SUBST(SDL_LIBS)
have_sdl="no"
have_sdl="yes"
else
PKG_CHECK_MODULES([SDL], [sdl >= 1.2.0], [have_sdl="yes"], [have_sdl="no"])
fi