Mercurial > mplayer.hg
changeset 23491:5fe7ae3280c2
Cosmetics: Fix indentation after last commit.
author | cehoyos |
---|---|
date | Fri, 08 Jun 2007 08:19:29 +0000 |
parents | 72db608dc10a |
children | 2f3c7788aac4 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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