summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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