]> git.sesse.net Git - vlc/blobdiff - configure.in
* Ported Glide and MGA plugins to the new module API. MGA never worked,
[vlc] / configure.in
index 69d22dfa7ebfba53455039b37a638dc6662704ff..111c16ca4754ffd8b4a6e69f413a03f4f8f0588c 100644 (file)
@@ -171,7 +171,7 @@ AC_ARG_WITH(sdl,
   [ PLUGINS=${PLUGINS}"sdl ";
     if test "x$withval" != "xyes";
     then
-      LIB_SDL="L /usr/X11R6/lib -l"$withval
+      LIB_SDL="L/usr/X11R6/lib -l"$withval
     else
       LIB_SDL="-L/usr/X11R6/lib -lSDL"
     fi ])