From: Marek Olšák Date: Sat, 6 Jun 2015 11:24:11 +0000 (+0200) Subject: configure.ac: rename LLVM_VERSION_PATCH to avoid conflict with llvm-config.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=797f4eacea8a6b08b7c9143a74c7f2b422d1535d;p=mesa.git configure.ac: rename LLVM_VERSION_PATCH to avoid conflict with llvm-config.h Reviewed-by: Tom Stellard --- diff --git a/configure.ac b/configure.ac index 34d1ac988f6..e6d947e5fc3 100644 --- a/configure.ac +++ b/configure.ac @@ -1929,7 +1929,7 @@ if test "x$enable_gallium_llvm" = xyes; then LLVM_COMPONENTS="${LLVM_COMPONENTS} all-targets ipo linker instrumentation" LLVM_COMPONENTS="${LLVM_COMPONENTS} irreader option objcarcopts profiledata" fi - DEFINES="${DEFINES} -DHAVE_LLVM=0x0$LLVM_VERSION_INT -DLLVM_VERSION_PATCH=$LLVM_VERSION_PATCH" + DEFINES="${DEFINES} -DHAVE_LLVM=0x0$LLVM_VERSION_INT -DMESA_LLVM_VERSION_PATCH=$LLVM_VERSION_PATCH" MESA_LLVM=1 dnl Check for Clang internal headers