OSDN Git Service

configure: do not quote arguments passed to filter{,_out} in check_ld.
authorAlexis Ballier <aballier@gentoo.org>
Wed, 17 Oct 2012 18:52:11 +0000 (15:52 -0300)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Oct 2012 21:28:50 +0000 (23:28 +0200)
commit916352f282855e3e4e86a39df9452fead2aa0771
tree9668cdb9bc8a4490aa5fe235759a90718bf27eb7
parent35daf3ca8173f80f200860e06a410ced31a8b360
configure: do not quote arguments passed to filter{,_out} in check_ld.

This fixes the following error:
./configure: eval: line 417: syntax error near unexpected token `-lcdio_cdda'
[...]
Broken by 66a1ccd74 when doing, e.g., ./configure --enable-gpl --enable-libcdio.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
configure