Commit 4c27207c authored by Måns Rullgård's avatar Måns Rullgård

configure: fix licence check function

Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a068a7f1
......@@ -1737,7 +1737,7 @@ fi
die_license_disabled() {
enabled $1 || enabled $2 && die "$2 is $1 and --enable-$1 is not specified."
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
}
die_license_disabled gpl libfaad2
......
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