From: Marek Olšák Date: Tue, 27 Nov 2012 21:32:50 +0000 (+0100) Subject: configure.ac: print LLVM flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a84a8da4f8ec404c7f1b55d823848718ed579aeb;p=mesa.git configure.ac: print LLVM flags to see what we're mixing with ours Reviewed-by: Tom Stellard --- diff --git a/configure.ac b/configure.ac index 006f4faac84..6b0d7039a62 100644 --- a/configure.ac +++ b/configure.ac @@ -2134,6 +2134,12 @@ echo " CFLAGS: $cflags" echo " CXXFLAGS: $cxxflags" echo " Macros: $defines" echo "" +if test "x$MESA_LLVM" = x1; then + echo " LLVM_CFLAGS: $LLVM_CFLAGS" + echo " LLVM_CXXFLAGS: $LLVM_CXXFLAGS" + echo " LLVM_CPPFLAGS: $LLVM_CPPFLAGS" + echo "" +fi echo " PYTHON2: $PYTHON2" echo ""