summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-04-29 16:14:33 +0000
committerMåns Rullgård <mans@mansr.com>2009-04-29 16:14:33 +0000
commit4c27207c12a5b07f54114885feb14d7ccf05a82d (patch)
treedadca5d2e5ff11b8bce7bf61f1c537f391965512
parenta068a7f1f0cbf0962424dfade42a1e9a5bf7f5bb (diff)
configure: fix licence check function
Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 775be4837f..40ea5154fb 100755
--- a/configure
+++ b/configure
@@ -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