Diego Biurrun <[email protected]> writes:

> ---
>  configure |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index fd90369..4502fc0 100755
> --- a/configure
> +++ b/configure
> @@ -2065,9 +2065,6 @@ probe_cc(){
>          gcc_pkg_ver=$(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
>          gcc_ext_ver=$(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever 
> \\(.*\\)")
>          _ident=$(cleanws "gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
> -        if ! $_cc -dumpversion | grep -q '^2\.'; then
> -            _depflags='-MMD -MF $(@:.o=.d) -MT $@'
> -        fi
>          _cflags_speed='-O3'
>          _cflags_size='-Os'
>      elif $_cc --version 2>/dev/null | grep -q Intel; then
> -- 

What harm does this do?  Despite not being officially supported, gcc
2.95 still builds the code just fine.  Keeping that line there is hardly
a burden.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to