summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-04 20:50:11 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-04 20:50:23 +0100
commit517ec808595dd1fdf4c8e7b45022a7029d36a1b3 (patch)
treed5a22e091a6c6e5cfe6edc4d32eb161a09728f1c /configure
parenta6af5da7a2f817d52ea00e2aa93ccf5804afa3e0 (diff)
parent5ec467328122b80fac94c2d5e3e7540d50381868 (diff)
Merge commit '5ec467328122b80fac94c2d5e3e7540d50381868'
* commit '5ec467328122b80fac94c2d5e3e7540d50381868': configure: Add detected C library and host compiler to informative output Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c5c58cfe30..71d9edeff7 100755
--- a/configure
+++ b/configure
@@ -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"