summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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