lirc fix by Keller Attila <mikimo3@freemail.hu>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-17 20:28:19 +00:00
parent 07629da493
commit c811496afe
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3158,7 +3158,7 @@ fi
if test "$_lirc" = yes ; then
_def_lirc='#define HAVE_LIRC 1'
if test "$_new_input" = yes ; then
_ld_new_input="-llirc_client $_ld_new_input"
_ld_new_input="$_ld_new_input -llirc_client"
else
_ld_lirc='-llirc_client'
fi