From 2a25598f8688b1b2053ed39f950aac8d1eebb38d Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 7 Oct 2010 22:44:05 +0200 Subject: [PATCH] remove unused option --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 13377bad6..34485363c 100644 --- a/configure.ac +++ b/configure.ac @@ -293,10 +293,6 @@ AC_ARG_WITH( ffmpeg, [ --with-ffmpeg Sets the installation prefix of ffmpeg, needed for video support. [default=/usr] ], [ ffmpegdir=${withval}],[ ffmpegdir=/usr ]) -AC_ARG_WITH( sdl, - [ --with-sdl Sets the installation prefix of libSDL, needed for video support. [default=/usr] ], - [ libsdldir=${withval}],[ libsdldir=/usr ]) - AC_ARG_ENABLE(x11, [ --disable-x11 Disable X11 support], [case "${enableval}" in