summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-05-10 11:02:03 +0000
committerDiego Biurrun <diego@biurrun.de>2009-05-10 11:02:03 +0000
commit3499f0f3e399c59d77bf15b595068e5f0581f104 (patch)
treec2d61dcf93f3c7f51a956c6cd0878856b6886002
parent7056dd763fc7a5c04ae70372f7bddc7dc7b80042 (diff)
Merge fix for license check function from trunk.
Originally committed as revision 18782 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0db8a45888..0dc58a8d39 100755
--- a/configure
+++ b/configure
@@ -1683,7 +1683,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