10l: Add useless backslashes in AltiVec CFLAGS test.

Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-30 10:11:50 +00:00
parent 78728064c3
commit de3e16ee14
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -1530,8 +1530,8 @@ fi
# AltiVec flags: The FSF version of GCC differs from the Apple version # AltiVec flags: The FSF version of GCC differs from the Apple version
if enabled altivec; then if enabled altivec; then
check_cflags -maltivec -mabi=altivec && check_cflags -maltivec -mabi=altivec && \
check_header altivec.h || check_header altivec.h || \
check_cflags -faltivec check_cflags -faltivec
# check if our compiler supports Motorola AltiVec C API # check if our compiler supports Motorola AltiVec C API