Reviewed-by: Tobias Droste <[email protected]>
Am Mittwoch, 18. Januar 2017, 13:53:58 CET schrieb Emil Velikov: > From: Emil Velikov <[email protected]> > > There's no point in the extra conditional. > > Cc: Tobias Droste <[email protected]> > Signed-off-by: Emil Velikov <[email protected]> > --- > 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
