configure: fix licence check function

Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Måns Rullgård 16 years ago
parent a068a7f1f0
commit 4c27207c12
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save