Commit f041eee8 authored by diego's avatar diego

Stop Sun Studio from issuing a warning during configure when passed

the --version option.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f62e407c
......@@ -1883,7 +1883,7 @@ check_cflags -fno-math-errno
check_cflags -fno-signed-zeros
# add some flags for Intel C Compiler
if $cc --version | grep -q Intel; then
if $cc --version 2> /dev/null | grep -q Intel; then
# Just warnings, no remarks
check_cflags -w1
# -wd: Disable following warnings
......
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