Fix:Build:Changed outdated sdl check
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 1 May 2011 16:39:28 +0000 (16:39 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 1 May 2011 16:39:28 +0000 (16:39 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4457 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/configure.in

index ab21970..665ac58 100644 (file)
@@ -1174,7 +1174,7 @@ echo ""
 echo ""
 echo "Summary of your installation :"
 # FIXME : maybe elaborate missing dependencies
-if test x"$sdl" != xyes
+if test x"$graphics_sdl" != xyes
        then
         sdl_failures="(libsdl maybe?) "
 fi