configure: break a long line
authorMåns Rullgård <mans@mansr.com>
Wed, 30 Sep 2009 22:08:16 +0000 (22:08 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 30 Sep 2009 22:08:16 +0000 (22:08 +0000)
Originally committed as revision 20108 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 04f20e6..4e24df0 100755 (executable)
--- a/configure
+++ b/configure
@@ -2163,7 +2163,8 @@ elif enabled x86; then
 EOF
 
     # check whether EBX is available on x86
-    check_asm ebx_available '""::"b"(0)' && check_asm ebx_available '"":::"%ebx"'
+    check_asm ebx_available '""::"b"(0)' &&
+        check_asm ebx_available '"":::"%ebx"'
 
     # check whether more than 10 operands are supported
     check_cc <<EOF && enable ten_operands