From adb8eca1d85624d9cf2519ad47f2c886556855fb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 17 Apr 2012 09:24:29 -0400 Subject: configure.ac: Move HAVE_LLVM definition into configure.ac Otherwise HAVE_LLVM won't be included in the $(DEFINES) variable for Automake generated Makefiles. Reviewed-by: Alex Deucher --- configs/autoconf.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configs/autoconf.in') diff --git a/configs/autoconf.in b/configs/autoconf.in index ec3f3194e2d..eb6713ddf08 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -217,9 +217,5 @@ WAYLAND_LIBS = @WAYLAND_LIBS@ MESA_LLVM = @MESA_LLVM@ LLVM_VERSION = @LLVM_VERSION@ -ifneq ($(LLVM_VERSION),) - HAVE_LLVM := 0x0$(subst .,0,$(LLVM_VERSION:svn=)) - DEFINES += -DHAVE_LLVM=$(HAVE_LLVM) -endif HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@ -- cgit v1.2.3