]> sjero.net Git - linphone/commitdiff
remove unused option
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 7 Oct 2010 20:44:05 +0000 (22:44 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 7 Oct 2010 20:44:05 +0000 (22:44 +0200)
configure.ac

index 13377bad6962cb04f2271347fe89427881021f39..34485363c046908b22dc78d07f3e1ef4f1531c28 100644 (file)
@@ -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