configure: simplify append function
Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
84400e9d10
commit
9efdf9b5c0
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -552,7 +552,6 @@ temp_extralibs(){
|
|||
append(){
|
||||
var=$1
|
||||
shift
|
||||
flags_saved && eval "SAVE_$var=\"\$SAVE_$var $*\""
|
||||
eval "$var=\"\$$var $*\""
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue