From 1ee48e2704b37e657ac58ca69582c44129b46713 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 4 Jun 2006 18:32:14 +0000 Subject: [PATCH] Remove spurious warning --- vlc-config.in.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vlc-config.in.in b/vlc-config.in.in index 8b26c61fa2..f44801298f 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -199,9 +199,6 @@ while test $# -gt 0; do echo_plugin=yes cppflags="${cppflags} -D__VLC__ -D__PLUGIN__" ;; - pic) - echo "Warning: vlc-config does not use \"pic\" anymore." >&2 - ;; builtin) echo_builtin=yes cppflags="${cppflags} -D__VLC__ -D__BUILTIN__" @@ -311,7 +308,7 @@ fi # - We are building something from the inside (builtin) # - Link with builtins in place # 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_builtin}" = yes; then for module in `echo "${builtins}"`; do -- 2.39.5