From: Diego Biurrun Date: Sun, 28 Jan 2007 16:28:03 +0000 (+0000) Subject: Use disabled() to check for GPL. X-Git-Tag: v0.5~10316 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47f9cc15cce4c92d44d675498384ee3b0fcdafbb;p=platform%2Fupstream%2Flibav.git Use disabled() to check for GPL. Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index b4c0d825f..1b6bed03f 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