summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-05 11:46:21 +0000
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-05 11:46:21 +0000
commit828b37bc35a6c973e6b1be652714be122a1bfcac (patch)
tree44b26028073f033037e3432b6c96a349585b3410 /configure.in
parent747bf8c6ecbaf4d4e5b2831f8bc60426f734080c (diff)
downloadnavit-svn-828b37bc35a6c973e6b1be652714be122a1bfcac.tar.gz
Fix:gui/sdl: remove last cruft of deprecated sdl gui
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3600 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.in b/configure.in
index ccd7e020..fb05c3f9 100644
--- a/configure.in
+++ b/configure.in
@@ -475,23 +475,6 @@ fi
AC_SUBST(IMLIB2_CFLAGS)
AC_SUBST(IMLIB2_LIBS)
-
-
-AC_ARG_ENABLE(gui-sdl, [ --disable-gui-sdl don't create gui sdl ], MODULE_GUI_SDL=$enableval, MODULE_GUI_SDL=yes)
-if test "x$MODULE_GUI_SDL" = "xyes"; then
- AC_CHECK_HEADER(
- SDL/SDL.h,
- AC_DEFINE(
- [HAVE_LIBSDL],
- [],
- Define to 1 if you have the <SDL/SDL.h> header file.
- )
- SDL_LIBS="-lSDL"
- sdl=yes,
- AC_MSG_WARN([*** no SDL/SDL.h -- SDL support disabled])
- )
-fi
-
AC_CHECK_HEADER(
X11/Xmu/Xmu.h,
AC_DEFINE(
@@ -547,7 +530,6 @@ AC_SUBST(GLC_CFLAGS)
AC_SUBST(GLC_LIBS)
fi
-AM_CONDITIONAL(GUI_SDL, [test "x$sdl" = "xyes" -a "x$opengl" = "xyes" -a "x$glc" = "xyes" -a "x$xmu" = "xyes" ])
AM_CONDITIONAL(GRAPHICS_OPENGL, [test "x$glut" = "xyes" -a "x$opengl" = "xyes" -a "x$glc" = "xyes" ])
system_shapefile=no