summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 08:19:29 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 08:19:29 +0000
commitb3ad550f26c9e3d73032789c6a199aac6bfe46bd (patch)
treefe8962ad1bc9fece02914a9fddeb4308cf6d7761 /configure
parentc71ad8a3e0b6b892b8973ce065ca1420c38afdea (diff)
downloadmpv-b3ad550f26c9e3d73032789c6a199aac6bfe46bd.tar.bz2
mpv-b3ad550f26c9e3d73032789c6a199aac6bfe46bd.tar.xz
Cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23511 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index bb3d9d43d4..b1d7ab8736 100755
--- a/configure
+++ b/configure
@@ -7395,11 +7395,11 @@ cat > $TMPC << EOF
int main() { return 0; }
EOF
if test "$cc_vendor" = "gnu" ; then
-if cc_check -Wdeclaration-after-statement ; then
- CFLAGS="-Wdeclaration-after-statement $CFLAGS"
-fi
-cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
-cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
+ if cc_check -Wdeclaration-after-statement ; then
+ CFLAGS="-Wdeclaration-after-statement $CFLAGS"
+ fi
+ cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
+ cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
fi