Fixed and/or order mistake, resulting in compiling llvmpipe without llvm installed
authorKristian Lehmann <email@zero-io.net>
Mon, 26 Aug 2013 19:19:50 +0000 (21:19 +0200)
committerMatt Turner <mattst88@gmail.com>
Tue, 27 Aug 2013 05:13:45 +0000 (22:13 -0700)
Cc: 9.2 <mesa-stable@lists.freedesktop.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68544
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac

index 40e052c626a4093cd2a88fcc2b88395827e9a5f6..e20a2289a69f7c1283b5247cf7feaeb130f4a448 100644 (file)
@@ -1925,8 +1925,8 @@ AM_CONDITIONAL(NEED_GALLIUM_SOFTPIPE_DRIVER, test "x$HAVE_GALLIUM_SVGA" = xyes -
                                                   "x$HAVE_GALLIUM_I915" = xyes -o \
                                                   "x$HAVE_GALLIUM_SOFTPIPE" = xyes)
 AM_CONDITIONAL(NEED_GALLIUM_LLVMPIPE_DRIVER, test "x$HAVE_GALLIUM_I915" = xyes -o \
-                                                  "x$HAVE_GALLIUM_SOFTPIPE" = xyes -a \
-                                                  "x$MESA_LLVM" = x1)
+                                                  "x$HAVE_GALLIUM_SOFTPIPE" = xyes \
+                                                  && test "x$MESA_LLVM" = x1)
 
 if test "x$enable_gallium_loader" = xyes; then
     GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/null"