summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-30 10:11:50 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-30 10:11:50 +0000
commitde3e16ee1421f3ff1506973317074a0ccb77d112 (patch)
tree272ee1aa31375e717bc404d3b657f44e32657290
parent78728064c361b213ad9b0e8dd77156e20ea0f88e (diff)
10l: Add useless backslashes in AltiVec CFLAGS test.
Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure4
1 files 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