Commit d5d79d53 authored by mru's avatar mru

configure: simplify set_default function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15911 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2b8f11b4
......@@ -362,7 +362,7 @@ disabled_any(){
set_default(){
for opt; do
eval test -z "\$$opt" && eval $opt=\$${opt}_default
eval : \${$opt:=\$${opt}_default}
done
}
......
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