# HG changeset patch # User arpi # Date 1016396899 0 # Node ID 5ad4891530b525db96a77ac26fce8c3c58db3517 # Parent f99487594e08bf0bde4483db30132b717fabd987 lirc fix by Keller Attila diff -r f99487594e08 -r 5ad4891530b5 configure --- a/configure Sun Mar 17 17:09:04 2002 +0000 +++ b/configure Sun Mar 17 20:28:19 2002 +0000 @@ -3158,7 +3158,7 @@ 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