From 0182fee8d10cd677e7f40f06f39b199e8293954b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 17 Jun 2007 11:57:53 +0000 Subject: indent Originally committed as revision 9352 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3925395..6370663 100755 --- a/configure +++ b/configure @@ -1484,15 +1484,15 @@ fi # AltiVec flags: The FSF version of GCC differs from the Apple version if enabled altivec; then - if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then - add_cflags "-faltivec" - else - add_cflags "-maltivec -mabi=altivec" - fi + if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then + add_cflags "-faltivec" + else + add_cflags "-maltivec -mabi=altivec" + fi -check_header altivec.h + check_header altivec.h -# check if our compiler supports Motorola AltiVec C API + # check if our compiler supports Motorola AltiVec C API if enabled altivec_h; then inc_altivec_h="#include " else @@ -1510,9 +1510,9 @@ fi # check armv5te instructions support enabled armv5te && check_cc <