Skip to content
Snippets Groups Projects
Commit 9efdf9b5 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

configure: simplify append function

Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 84400e9d
No related branches found
No related tags found
No related merge requests found
...@@ -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 $*\""
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment