# HG changeset patch # User cehoyos # Date 1181290769 0 # Node ID 5fe7ae3280c2cf6fee00c2f790d653f1b2281577 # Parent 72db608dc10a8cdf0df869c4973b7aebb24541de Cosmetics: Fix indentation after last commit. diff -r 72db608dc10a -r 5fe7ae3280c2 configure --- a/configure Fri Jun 08 08:16:54 2007 +0000 +++ b/configure Fri Jun 08 08:19:29 2007 +0000 @@ -7395,11 +7395,11 @@ 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