diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |