changeset 23103:257e7eabe459

10l elif syntax error
author diego
date Thu, 26 Apr 2007 11:53:38 +0000
parents cad9ebe1516c
children 5cf9cb315986
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Apr 26 11:37:24 2007 +0000
+++ b/configure	Thu Apr 26 11:53:38 2007 +0000
@@ -6157,7 +6157,7 @@
   else
     die "MPlayer will not compile without libavutil in the source tree."
   fi
-elif test "$_libavutil_so" = auto
+elif test "$_libavutil_so" = auto ; then
   _libavutil_so=no
   cat > $TMPC << EOF
 #include <ffmpeg/common.h>