From: raster Date: Sat, 27 Feb 2010 14:25:48 +0000 (+0000) Subject: yes yes yes! X-Git-Tag: accepted/2.0/20130306.224007~195^2~1052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a4bb841ab039d78c9f7fbaab6f72c80a54849c4;p=profile%2Fivi%2Fecore.git yes yes yes! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@46578 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 1c514f1..26f1545 100644 --- a/configure.ac +++ b/configure.ac @@ -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