configure.ac: remove -fcolor-diagnostics from LLVM flags
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Fri, 13 Dec 2013 09:59:42 +0000 (10:59 +0100)
committerBrian Paul <brianp@vmware.com>
Wed, 18 Dec 2013 14:12:13 +0000 (07:12 -0700)
commit78fcc31d4a8179ca24a8008a1ad1ca6bdb668fdd
tree828e82843f7376e33f94246a962972011b10c34b
parent00cf048b12a82f1cde066c12bea63a9f20f5f216
configure.ac: remove -fcolor-diagnostics from LLVM flags

When LLVM is build with Clang, "llvm-config --cxxflags" contains the
-fcolor-diagnostics flag. It is not recognized by gcc and the build
fails. Fix by removing the flag.

Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Signed-off-by: Brian Paul <brianp@vmware.com>
configure.ac