summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-10-30 08:25:33 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-10-30 08:25:33 +0200
commit2ad77c5b00ce5d03c5db7633ef12dbe71a297e05 (patch)
tree1e67ba0f8057bcdb52f236f32c9c151e20ec8acf /configure
parent479f5e742f22d46430fa265adfa9162f4e2ab865 (diff)
parentaf97f644ed6f72ea72a112b3734d61f42149b6a3 (diff)
downloadmpv-2ad77c5b00ce5d03c5db7633ef12dbe71a297e05.tar.bz2
mpv-2ad77c5b00ce5d03c5db7633ef12dbe71a297e05.tar.xz
Merge svn changes up to r27850
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3d28d26a92..29e79470d8 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