Browse code

configure: fix licence check function

Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2009/04/30 01:14:33
Showing 1 changed files
... ...
@@ -1737,7 +1737,7 @@ fi
1737 1737
 
1738 1738
 
1739 1739
 die_license_disabled() {
1740
-    enabled $1 || enabled $2 && die "$2 is $1 and --enable-$1 is not specified."
1740
+    enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
1741 1741
 }
1742 1742
 
1743 1743
 die_license_disabled gpl libfaad2