diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-08 08:19:29 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-08 08:19:29 +0000 |
commit | b3ad550f26c9e3d73032789c6a199aac6bfe46bd (patch) | |
tree | fe8962ad1bc9fece02914a9fddeb4308cf6d7761 | |
parent | c71ad8a3e0b6b892b8973ce065ca1420c38afdea (diff) |
Cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23511 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |