From 36cbdf624afddc59a7fbc582548c9434d866cde3 Mon Sep 17 00:00:00 2001 From: woglinde Date: Tue, 5 Oct 2010 11:46:21 +0000 Subject: 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 --- configure.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ccd7e020c..fb05c3f95 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 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 -- cgit v1.2.1