From b3ad550f26c9e3d73032789c6a199aac6bfe46bd Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 8 Jun 2007 08:19:29 +0000 Subject: Cosmetics: Fix indentation after last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23511 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3