]> 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 d010d0f439947fc2e121b9fb0e78b447559244df..111c16ca4754ffd8b4a6e69f413a03f4f8f0588c 100644 (file)
@@ -171,14 +171,14 @@ AC_ARG_WITH(sdl,
   [ PLUGINS=${PLUGINS}"sdl ";
     if test "x$withval" != "xyes";
     then
-      LIB_SDL="-l"$withval
+      LIB_SDL="L/usr/X11R6/lib -l"$withval
     else
-      LIB_SDL="-lSDL"
+      LIB_SDL="-L/usr/X11R6/lib -lSDL"
     fi ])
     if test "x$withval" == "x";
     then
       PLUGINS=${PLUGINS}"sdl "
-      LIB_SDL="-lSDL"
+      LIB_SDL="-L/usr/X11R6/lib -lSDL"
     fi
 AC_ARG_WITH(glide,
   [  --with-glide[=name]     Glide (3dfx) support (default disabled)],