Commit 1ee48e27 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove spurious warning

parent 9d85b9da
...@@ -199,9 +199,6 @@ while test $# -gt 0; do ...@@ -199,9 +199,6 @@ while test $# -gt 0; do
echo_plugin=yes echo_plugin=yes
cppflags="${cppflags} -D__VLC__ -D__PLUGIN__" cppflags="${cppflags} -D__VLC__ -D__PLUGIN__"
;; ;;
pic)
echo "Warning: vlc-config does not use \"pic\" anymore." >&2
;;
builtin) builtin)
echo_builtin=yes echo_builtin=yes
cppflags="${cppflags} -D__VLC__ -D__BUILTIN__" cppflags="${cppflags} -D__VLC__ -D__BUILTIN__"
...@@ -311,7 +308,7 @@ fi ...@@ -311,7 +308,7 @@ fi
# - We are building something from the inside (builtin) # - We are building something from the inside (builtin)
# - Link with builtins in place # - Link with builtins in place
# If you want something shared from the inside (binding), # If you want something shared from the inside (binding),
# you need "builtin vlc pic" # you need "builtin vlc"
if test "${echo_libs}" = yes; then if test "${echo_libs}" = yes; then
if test "${echo_builtin}" = yes; then if test "${echo_builtin}" = yes; then
for module in `echo "${builtins}"`; do for module in `echo "${builtins}"`; do
......
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