diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-04-17 09:24:29 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-04-23 08:53:47 -0400 |
commit | adb8eca1d85624d9cf2519ad47f2c886556855fb (patch) | |
tree | 9ce98fe391f1587fac771bea50b5ed5780b4e646 /configs | |
parent | 62b0323cf6af90aa2be89ec76ec3693213b0de5e (diff) |
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 <alexander.deucher@amd.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 4 |
1 files changed, 0 insertions, 4 deletions
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@ |