summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-01 13:46:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-01 13:46:17 +0000
commita37b456dd8af9d2e2e10a281a0c7b0d5fca2a0a8 (patch)
treec20f4998634789e006096d780402e7d728c07d0a /configure
parentbe32c9127de2fb0cbbe67888fc7e2d6008cd00ba (diff)
downloadmpv-a37b456dd8af9d2e2e10a281a0c7b0d5fca2a0a8.tar.bz2
mpv-a37b456dd8af9d2e2e10a281a0c7b0d5fca2a0a8.tar.xz
cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26630 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index ba52ffe1a9..33fe8d5273 100755
--- a/configure
+++ b/configure
@@ -2500,17 +2500,17 @@ EOF
_def_altivec_h='#undef HAVE_ALTIVEC_H'
- echocheck "altivec.h"
- cat > $TMPC << EOF
+ echocheck "altivec.h"
+ cat > $TMPC << EOF
#include <altivec.h>
int main(void) { return 0; }
EOF
- _have_altivec_h=no
- cc_check $_altivec_gcc_flags && _have_altivec_h=yes
- if test "$_have_altivec_h" = yes ; then
- _def_altivec_h='#define HAVE_ALTIVEC_H 1'
- fi
- echores "$_have_altivec_h"
+ _have_altivec_h=no
+ cc_check $_altivec_gcc_flags && _have_altivec_h=yes
+ if test "$_have_altivec_h" = yes ; then
+ _def_altivec_h='#define HAVE_ALTIVEC_H 1'
+ fi
+ echores "$_have_altivec_h"
# disable runtime cpudetection if
# - we cannot generate altivec code