From c811496afe641f0dd31d83e42fb692d51d83cba2 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 17 Mar 2002 20:28:19 +0000 Subject: [PATCH] lirc fix by Keller Attila git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5168 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7f783d315a..00c0457cbe 100755 --- a/configure +++ b/configure @@ -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