X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=c84907955a4c966a88a3809f536d492f41d2adb9;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=201e8bf2488a5c56a199784cd8ab860118cfe069;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/configure b/configure index 201e8bf248..c84907955a 100755 --- a/configure +++ b/configure @@ -3471,16 +3471,16 @@ if test "${with_sdl+set}" = set; then 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 fi if test "x$withval" == "x"; then PLUGINS=${PLUGINS}"sdl " - LIB_SDL="-lSDL" + LIB_SDL="-L/usr/X11R6/lib -lSDL" fi # Check whether --with-glide or --without-glide was given. if test "${with_glide+set}" = set; then