summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-05 11:47:36 +0000
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-05 11:47:36 +0000
commitfaa0a8754f4fdef93879aeb3dadba1e260ed6e37 (patch)
treec68964a9b0a9176f6065fd1fb0283e0800e74de3 /configure.in
parentbacaa5e4615532f17b86d7a61800e7bcdfb369a1 (diff)
downloadnavit-faa0a8754f4fdef93879aeb3dadba1e260ed6e37.tar.gz
Fix:graphics/sdl: rename define USE_GRAPHICS_SDL to GRAPHICS_SDL, os it is the same as the other graphics defines
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3604 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 62dc6dbbe..0839a1bff 100644
--- a/configure.in
+++ b/configure.in
@@ -404,9 +404,9 @@ if test "x${graphics_sdl}" = "xyes" ; then
CPPFLAGS=$save_CPPFLAGS
fi
if test "x${graphics_sdl}" = "xyes" ; then
- AC_DEFINE(USE_GRAPHICS_SDL, 1, [Build with graphics sdl])
+ AC_DEFINE(GRAPHICS_SDL, 1, [Build with graphics sdl])
fi
-AM_CONDITIONAL(USE_GRAPHICS_SDL, test "x${graphics_sdl}" = "xyes")
+AM_CONDITIONAL(GRAPHICS_SDL, test "x${graphics_sdl}" = "xyes")
AC_ARG_ENABLE(postgresql, [ --disable-postgresql don't add postgresql support to maptool], postgresql=$enableval;postgresql_reason="configure parameter")
if test "x${postgresql}" = "xyes" ; then