yes yes yes!
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Feb 2010 14:25:48 +0000 (14:25 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 27 Feb 2010 14:25:48 +0000 (14:25 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@46578 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 1c514f1..26f1545 100644 (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