projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cb73a
)
Stop Sun Studio from issuing a warning during configure when passed
author
Diego Pettenò
<flameeyes@gmail.com>
Fri, 3 Oct 2008 00:19:05 +0000
(
00:19
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 3 Oct 2008 00:19:05 +0000
(
00:19
+0000)
the --version option.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 15532 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
c741601
..
3ef85bd
100755
(executable)
--- 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