https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> --- Seems like test always priorities the _and_ over _or_ :) Kris' patch does the right thing, although it can be simplified to either: test "x$HAVE_GALLIUM_I915" = xyes -o "x$HAVE_GALLIUM_SOFTPIPE" = xyes && test "x$MESA_LLVM" = x1 or test "x$HAVE_GALLIUM_I915" = xyes -a "x$MESA_LLVM" = x1 -o "x$HAVE_GALLIUM_SOFTPIPE" = xyes -a "x$MESA_LLVM" = x1 Feel free to test either one(all three :P) and send the git patch to the ML mesa-dev at lists.freedesktop.org Thanks for spotting this :) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130826/628f8536/attachment.html>