From ebb810d9f7dea574e5f2f1f96b6b00b9506b4bc0 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 31 Aug 2006 19:02:10 +0000 Subject: [PATCH] The fail test needs to be outside of the GPL test, it's referenced elsewhere. patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org Originally committed as revision 6145 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 6c9065f08e..354f441c04 100755 --- a/configure +++ b/configure @@ -985,10 +985,10 @@ EOF echo "The software scaler is under GPL and --enable-gpl is not specified." fail="yes" fi +fi - if test "$fail" = "yes"; then - exit 1 - fi +if test "$fail" = "yes"; then + exit 1 fi # compute MMX state