From 47f9cc15cce4c92d44d675498384ee3b0fcdafbb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 28 Jan 2007 16:28:03 +0000 Subject: [PATCH] Use disabled() to check for GPL. Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b4c0d82..1b6bed0 100755 --- a/configure +++ b/configure @@ -1227,7 +1227,7 @@ if enabled libvorbis && disabled libogg; then die "libogg must be enabled to enable libvorbis." fi -if test "$gpl" != "yes"; then +if disabled gpl ; then if enabled pp; then die "The Postprocessing code is under GPL and --enable-gpl is not specified." fi -- 2.7.4