]> git.sesse.net Git - ffmpeg/commit
configure: Silence error messages when probing compiler
authorShiz <hi@shiz.me>
Mon, 3 Aug 2015 10:44:44 +0000 (12:44 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 4 Aug 2015 10:19:27 +0000 (12:19 +0200)
commitb197f78329615893201c0e241d00b71b7c749dbb
tree707b83f2aa1d1b586058b9f41f3689487666ab2a
parent98c9ade9853a9c413534ef243174d65f3f7506fa
configure: Silence error messages when probing compiler

On Xcode's clang on OS X, $cc --version will output a 'Configured with:'
line to stderr, which clobbers the configure script output. As this line
serves no further purpose, it should be silenced.

The same applies to apple-gcc 4.2.1, which complains that it can not
understand the kernel version it is running on.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
configure