diff --git a/configure b/configure index 7ba7f5f9f5..2569941e0c 100755 --- a/configure +++ b/configure @@ -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