Mercurial > mplayer.hg
comparison configure @ 29009:4fffd4de5c4a
typo fix: Remove stray '-' from --extra-cflags option evaluation.
author | diego |
---|---|
date | Mon, 23 Mar 2009 23:41:24 +0000 |
parents | 25305abe1458 |
children | 48ec993fc291 |
comparison
equal
deleted
inserted
replaced
29008:25305abe1458 | 29009:4fffd4de5c4a |
---|---|
797 --with-dvdread-config=*) | 797 --with-dvdread-config=*) |
798 _dvdreadconfig=`echo $ac_option | cut -d '=' -f 2` | 798 _dvdreadconfig=`echo $ac_option | cut -d '=' -f 2` |
799 ;; | 799 ;; |
800 | 800 |
801 --extra-cflags=*) | 801 --extra-cflags=*) |
802 _extra_cflags=-`echo $ac_option | cut -d '=' -f 2` | 802 _extra_cflags=`echo $ac_option | cut -d '=' -f 2` |
803 ;; | 803 ;; |
804 --extra-libs=*) | 804 --extra-libs=*) |
805 _extra_libs=`echo $ac_option | cut -d '=' -f 2` | 805 _extra_libs=`echo $ac_option | cut -d '=' -f 2` |
806 ;; | 806 ;; |
807 --extra-libs-mplayer=*) | 807 --extra-libs-mplayer=*) |