configure: add optional verbose output for flag tests

to aid future debugging, this will show stderr from the compiler when
--verbose is passed to configure.
This commit is contained in:
classabbyamp 2023-02-11 14:16:08 -05:00 committed by Duncan Overbruck
parent be2525adc0
commit d2f5317469

1
configure vendored
View File

@ -262,6 +262,7 @@ EOF
rv=1
echo "no."
fi
[ -z "$SILENT" ] && cat _ccflag.err
rm -f _ccflag.c _ccflag _ccflag.err
return $rv
}