summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-04-08 02:46:32 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-04-08 02:46:32 +0300
commit6dd56815b44471026b4bd7623b4c56dfc98f2731 (patch)
tree829396deeb8d5f35f2d0c483614d5a2735875b01 /configure
parent53eeb0e41238699fb11701c357941f904338bb25 (diff)
parent5815029bd2e16832d37f5f8f9c1307accfbdf058 (diff)
downloadmpv-6dd56815b44471026b4bd7623b4c56dfc98f2731.tar.bz2
mpv-6dd56815b44471026b4bd7623b4c56dfc98f2731.tar.xz
Merge svn changes up to r29150
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d7d8e85f9c..3cfbe09e4b 100755
--- a/configure
+++ b/configure
@@ -797,10 +797,10 @@ for ac_option do
;;
--extra-cflags=*)
- extra_cflags=`echo $ac_option | cut -d '=' -f 2`
+ extra_cflags=`echo $ac_option | cut -d '=' -f 2-`
;;
--extra-ldflags=*)
- extra_ldflags=`echo $ac_option | cut -d '=' -f 2`
+ extra_ldflags=`echo $ac_option | cut -d '=' -f 2-`
;;
--extra-libs=*)
extra_libs=`echo $ac_option | cut -d '=' -f 2`