[Mesa-dev] [PATCH 2/8] configure.ac: directly print the contents of USE_LLVM
Tobias Droste
tdroste at gmx.de
Wed Jan 18 17:54:23 UTC 2017
Reviewed-by: Tobias Droste <tdroste at gmx.de>
Am Mittwoch, 18. Januar 2017, 13:53:58 CET schrieb Emil Velikov:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> There's no point in the extra conditional.
>
> Cc: Tobias Droste <tdroste at gmx.de>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> configure.ac | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 0f60e13ec7..f19164eaf2 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2992,11 +2992,7 @@ if test "x$FOUND_LLVM" = xyes; then
> else
> echo " llvm found: no"
> fi
> -if test "x$USE_LLVM" = xyes; then
> - echo " llvm used: yes"
> -else
> - echo " llvm used: no"
> -fi
> +echo " llvm used: $USE_LLVM"
>
> echo ""
> if test -n "$with_gallium_drivers"; then
More information about the mesa-dev
mailing list