Opened 14 years ago
Closed 14 years ago
#323 closed defect/bug (fixed)
configure.in - Typo in USE_GRAPHICS_SDL
Reported by: | Pini | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: | gilles.filippini@… |
Description
Index: navit/configure.in =================================================================== --- navit.orig/configure.in 2009-03-22 10:40:43.000000000 +0100 +++ navit/configure.in 2009-03-22 10:40:55.000000000 +0100 @@ -244,7 +244,7 @@ CPPFLAGS=$save_CPPFLAGS fi if test "x${enable_graphics_sdl}" = "xyes" ; then - AC_DEFINE(USE_GRAPICS_SDL, 1, [Build with graphics sdl]) + AC_DEFINE(USE_GRAPHICS_SDL, 1, [Build with graphics sdl]) fi AM_CONDITIONAL(USE_GRAPHICS_SDL, test "x${enable_graphics_sdl}" = "xyes")
Change History (1)
comment:1 Changed 14 years ago by Horwitz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.