Commit 9efdf9b5 authored by Måns Rullgård's avatar Måns Rullgård

configure: simplify append function

Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 84400e9d
...@@ -552,7 +552,6 @@ temp_extralibs(){ ...@@ -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 $*\""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment