Commit d2539df5 authored by mru's avatar mru

configure: fix licence check function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18717 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 202fc8d0
...@@ -1737,7 +1737,7 @@ fi ...@@ -1737,7 +1737,7 @@ fi
die_license_disabled() { 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 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