diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-23 23:41:24 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-23 23:41:24 +0000 |
commit | d13c228316386509d72787321516497fa149dc88 (patch) | |
tree | f8ac1299093edd7c4c0f250de67c6b81bf58d23e /configure | |
parent | 552a5d9ac1fd6846e040277a33fe3db7ac298ff7 (diff) |
typo fix: Remove stray '-' from --extra-cflags option evaluation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29044 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -799,7 +799,7 @@ 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-libs=*) _extra_libs=`echo $ac_option | cut -d '=' -f 2` |