Commit ab5a8007 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

Remove unused PLUGINS variable

(cherry picked from commit 91df5145e02822572c0fcc8f341b371c34817890)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5b7c3385
......@@ -4194,11 +4194,6 @@ dnl Restore *FLAGS
dnl
VLC_RESTORE_FLAGS
dnl
dnl Sort the modules list
dnl
PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
dnl
dnl Configuration is finished
dnl
......
......@@ -7,7 +7,6 @@ m4_pattern_allow([^PKG_CONFIG(_LIBDIR)?$])
AC_DEFUN([VLC_ADD_PLUGIN], [
m4_foreach_w([element], [$1], [
[PLUGINS="${PLUGINS} ]element["]
AC_SUBST([LTLIB]element, [lib]element[_plugin.la])
])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment