提交 8f0c157a 编写于 作者: M Måns Rullgård

configure: fix gcc detection for v2.95

Originally committed as revision 19619 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 c5e86106
......@@ -1508,7 +1508,7 @@ filter_cflags=echo
filter_cppflags=echo
filter_asflags=echo
if $cc --version 2>/dev/null | grep -qi gcc; then
if $cc -v 2>&1 | grep -qi ^gcc; then
cc_type=gcc
CC_DEPFLAGS='-MMD'
AS_DEPFLAGS='-MMD'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册