diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-05-01 16:39:28 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-05-01 16:39:28 +0000 |
commit | 6cb39f98ed8dc585f589d4036de495df68357003 (patch) | |
tree | 5e4658e58076f4d677c9a041e10dd20166e4c6ee /configure.in | |
parent | 9ca6e84a06afa5d448dddf1ddef2f98bd8dc6f43 (diff) | |
download | navit-6cb39f98ed8dc585f589d4036de495df68357003.tar.gz |
Fix:Build:Changed outdated sdl check
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4457 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ab2197050..665ac58f3 100644 --- a/configure.in +++ b/configure.in @@ -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 |