Changeset 1ee48e2704b37e657ac58ca69582c44129b46713

Show
Ignore:
Timestamp:
06/04/06 20:32:14 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1149445934 +0000
git-parent:

[9d85b9dace93996a50fbf415463c058aaa1fe815]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1149445934 +0000
Message:

Remove spurious warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vlc-config.in.in

    r14815d2 r1ee48e2  
    200200      cppflags="${cppflags} -D__VLC__ -D__PLUGIN__" 
    201201      ;; 
    202     pic) 
    203       echo "Warning: vlc-config does not use \"pic\" anymore." >&2 
    204       ;; 
    205202    builtin) 
    206203      echo_builtin=yes 
     
    312309#       - Link with builtins in place 
    313310#  If you want something shared from the inside (binding), 
    314 #  you need "builtin vlc pic
     311#  you need "builtin vlc
    315312if test "${echo_libs}" = yes; then 
    316313  if test "${echo_builtin}" = yes; then