summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-25 15:44:58 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-25 15:44:58 +0000
commit9efdf9b5c0905540d94e8998526583e37786df54 (patch)
tree1f2edd35f3283d6747675c1d45a22ebc9d5ee2f1
parent84400e9d10ca3b9a3835e4866bfca7e13ea48526 (diff)
configure: simplify append function
Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 1e103ff097..3de19a547a 100755
--- a/configure
+++ b/configure
@@ -552,7 +552,6 @@ temp_extralibs(){
append(){
var=$1
shift
- flags_saved && eval "SAVE_$var=\"\$SAVE_$var $*\""
eval "$var=\"\$$var $*\""
}