From c600e40bc500c7126b3163dcb7f3fa476d168811 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Oct 2008 18:00:11 +0000 Subject: Make sure that linker flags passed as configure parameters appear before those detected by configure so that the former can override the latter. patch by Giacomo Comes, comes naic edu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27842 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index eccf2a8dc1..af73e6e5cc 100755 --- a/configure +++ b/configure @@ -7723,7 +7723,7 @@ _ld_tmp="" for I in $_libs_mplayer ; do _tmp=`echo $I | sed -e 's/^-L.*$//'` if test -z "$_tmp" ; then - _ld_extra="$I $_ld_extra" + _ld_extra="$_ld_extra $I" else _ld_tmp="$_ld_tmp $I" fi -- cgit v1.2.3