From abc4e5727e11b4caf1591d0b2b3e4308159d2ead Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 18 Oct 2007 10:03:16 +0000 Subject: [PATCH] Simplify one variable setting. Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 6f4dfc6b77..7d3c07a7fb 100755 --- a/configure +++ b/configure @@ -1246,9 +1246,7 @@ EOF exit 1; fi -if disabled static; then - LIBNAME="" -fi +disabled static && LIBNAME="" if ! enabled libogg; then enabled libtheora && die "libogg must be enabled to enable libtheora."