--- This could be squashed with 1/5, it's fairly silly standalone.
configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 9b3ec02..dfa8d9d 100755 --- a/configure +++ b/configure @@ -4141,6 +4141,9 @@ check_deps $CONFIG_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 -- 1.8.3.2 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
