From de3e16ee1421f3ff1506973317074a0ccb77d112 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 May 2008 10:11:50 +0000 Subject: [PATCH] 10l: Add useless backslashes in AltiVec CFLAGS test. Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 430edbdc0c..2b3bd1c16a 100755 --- 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