From 4c27207c12a5b07f54114885feb14d7ccf05a82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 29 Apr 2009 16:14:33 +0000 Subject: [PATCH] configure: fix licence check function Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab