From: raster Date: Sat, 27 Feb 2010 14:25:48 +0000 (+0000) Subject: yes yes yes! X-Git-Tag: build/2012-07-04.173327~2146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9019d7461196638380ed95a3642855e091ba091c;p=profile%2Fivi%2Fecore.git yes yes yes! git-svn-id: http://svn.enlightenment.org/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