Add -Wdeclaration-after-statement to CFLAGS if available to ensure people

won't miss this requirement and thus don't have to fix it later.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19423 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-08-17 15:11:10 +00:00
parent c00784bb22
commit f0fd719118
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -7086,6 +7086,10 @@ else
echores "no"
fi
if cc_check -Wdeclaration-after-statement ; then
CFLAGS="-Wdeclaration-after-statement $CFLAGS"
fi
echocheck "ftello()"
# if we don't have ftello use the osdep/ compatibility module
cat > $TMPC << EOF