Commit 5e21d022 authored by mru's avatar mru

configure: fix gcc detection for v2.95

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19619 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 08b2764f
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment