diff configure @ 27808:2988c38b6620

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
author diego
date Tue, 28 Oct 2008 18:00:11 +0000
parents 51c2de6369b6
children dedacb09ed45
line wrap: on
line diff
--- a/configure	Mon Oct 27 22:51:22 2008 +0000
+++ b/configure	Tue Oct 28 18:00:11 2008 +0000
@@ -7723,7 +7723,7 @@
 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