aboutsummaryrefslogtreecommitdiff
path: root/mesalib/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-08-27 10:17:25 +0200
committermarha <marha@users.sourceforge.net>2013-08-27 10:17:25 +0200
commit84e570d071a041f85e2e8b92963d3390d14af5fc (patch)
tree22865391119b41af082d889f8db1f68c23a9c5c4 /mesalib/configure.ac
parent5ee5b91b019005aa27273dff01388a68c12be293 (diff)
downloadvcxsrv-84e570d071a041f85e2e8b92963d3390d14af5fc.tar.gz
vcxsrv-84e570d071a041f85e2e8b92963d3390d14af5fc.tar.bz2
vcxsrv-84e570d071a041f85e2e8b92963d3390d14af5fc.zip
fontconfig mesalib git update 27 aug 2013
fontconfig commit c6228f8091ab91b67ea006ad5a1b1da97b3d4a5a mesa commit d8ac987f6ab228df1a478b36c3d889992754374f
Diffstat (limited to 'mesalib/configure.ac')
-rw-r--r--mesalib/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/configure.ac b/mesalib/configure.ac
index 40e052c62..e20a2289a 100644
--- a/mesalib/configure.ac
+++ b/mesalib/configure.ac
@@ -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"