Reviewed-by: Tobias Droste <tdro...@gmx.de>

Am Dienstag, 7. Februar 2017, 22:44:55 CET schrieb Emil Velikov:
> From: Emil Velikov <emil.veli...@collabora.com>
> 
> Already implicitly handled throughout, but keep it clear and disable
> gallium-llvm. This change should be a no-op.
> 
> Cc: Tobias Droste <tdro...@gmx.de>
> Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 469a09e286..a781a19a3c 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1727,6 +1727,7 @@ AC_ARG_ENABLE([gallium-llvm],
>  if test "x$enable_gallium_llvm" = xauto; then
>      case "$host_cpu" in
>      i*86|x86_64|amd64) enable_gallium_llvm=yes;;
> +    *) enable_gallium_llvm=no;;
>      esac
>  fi
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to