aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 32ceba69..e19fdc99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,6 +395,8 @@ fi
395AM_CONDITIONAL(HAVE_FREEDRENO_KGSL, [test "x$FREEDRENO_KGSL" = xyes]) 395AM_CONDITIONAL(HAVE_FREEDRENO_KGSL, [test "x$FREEDRENO_KGSL" = xyes])
396if test "x$FREEDRENO_KGSL" = xyes; then 396if test "x$FREEDRENO_KGSL" = xyes; then
397 AC_DEFINE(HAVE_FREEDRENO_KGSL, 1, [Have freedreno support for KGSL kernel interface]) 397 AC_DEFINE(HAVE_FREEDRENO_KGSL, 1, [Have freedreno support for KGSL kernel interface])
398else
399 AC_DEFINE(HAVE_FREEDRENO_KGSL, 0)
398fi 400fi
399 401
400AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes]) 402AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes])