diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:55:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:55:56 +0000 |
commit | d420f27d15b33fc074a82f6bc749b2bd79987759 (patch) | |
tree | df3d32c4d3e26f5b2c1bd5e2c382d3799a2bf1d0 | |
parent | 0784c49c0f8fcc8b3abd4c9286d9fd8bc089dd7d (diff) |
remove the hard requirement of llvm for gallium on i386/amd64
-rw-r--r-- | lib/mesa/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mesa/configure.ac b/lib/mesa/configure.ac index 1751413fa..e084d0dff 100644 --- a/lib/mesa/configure.ac +++ b/lib/mesa/configure.ac @@ -1882,12 +1882,6 @@ gallium_require_drm() { } gallium_require_llvm() { - if test "x$MESA_LLVM" = x0; then - case "$host" in *gnux32) return;; esac - case "$host_cpu" in - i*86|x86_64|amd64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);; - esac - fi } gallium_require_drm_loader() { |