configure: simplify append function

Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-06-25 15:44:58 +00:00
parent 84400e9d10
commit 9efdf9b5c0

1
configure vendored
View File

@ -552,7 +552,6 @@ temp_extralibs(){
append(){ append(){
var=$1 var=$1
shift shift
flags_saved && eval "SAVE_$var=\"\$SAVE_$var $*\""
eval "$var=\"\$$var $*\"" eval "$var=\"\$$var $*\""
} }