Commit 517ec808 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5ec46732'

* commit '5ec46732':
  configure: Add detected C library and host compiler to informative output
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a6af5da7 5ec46732
......@@ -4724,6 +4724,10 @@ merge_deps libavfilter $FILTER_LIST
echo "install prefix $prefix"
echo "source path $source_path"
echo "C compiler $cc"
if test "$host_cc" != "$cc"; then
echo "host C compiler $host_cc"
fi
echo "C library $libc_type"
echo "ARCH $arch ($cpu)"
if test "$build_suffix" != ""; then
echo "build suffix $build_suffix"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment