]> git.sesse.net Git - vlc/blobdiff - vlc-config.in.in
use files.musepack.net instead of files2.musepack.net to download libmpcdec
[vlc] / vlc-config.in.in
index 63c3f6600589ecb5c168e94693466df0e2754fb8..b4305b510c500f8fc826872b009252f6b6a71373 100644 (file)
@@ -254,16 +254,6 @@ fi
 #  Output what we were asked
 #
 if test "${echo_linkage}" = yes; then
-  if test "${echo_plugin}" = yes; then
-    for module in `echo "${plugins}"`; do
-      register_flags "${module}"
-    done
-  fi
-  if test "${echo_builtin}" = yes; then
-    for module in `echo "${builtins}"`; do
-      register_flags "${module}"
-    done
-  fi
   echo "${linkage}"
   exit 0
 fi