From 0c45cd0720cdf2415a93ef63475690faf68364c2 Mon Sep 17 00:00:00 2001 From: Diego Pettenò Date: Fri, 3 Oct 2008 00:19:05 +0000 Subject: Stop Sun Studio from issuing a warning during configure when passed the --version option. patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 15532 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c7416014a6..3ef85bdcda 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3