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 6d54e95f78..f11d96f41f 100755
--- a/configure
+++ b/configure
@@ -1449,6 +1449,10 @@ else
fi # icc
test "$cc_fail" = yes && die "unsupported compiler version"
+echocheck "working compiler"
+cflag_check "" || die "Compiler is not functioning correctly. Check your installation and custom CFLAGS $CFLAGS ."
+echo "yes"
+
if test -z "$_target" && x86 ; then
cat > $TMPC << EOF
int main(void) {