OSDN Git Service

10l: Add useless backslashes in AltiVec CFLAGS test.
authorDiego Biurrun <diego@biurrun.de>
Fri, 30 May 2008 10:11:50 +0000 (10:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 30 May 2008 10:11:50 +0000 (10:11 +0000)
Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 430edbd..2b3bd1c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1530,8 +1530,8 @@ fi
 
 # AltiVec flags: The FSF version of GCC differs from the Apple version
 if enabled altivec; then
-    check_cflags -maltivec -mabi=altivec &&
-        check_header altivec.h ||
+    check_cflags -maltivec -mabi=altivec && \
+        check_header altivec.h || \
         check_cflags -faltivec
 
     # check if our compiler supports Motorola AltiVec C API