summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-17 10:46:35 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-17 10:46:35 +0100
commitc75fe3ae738732afda3a7d4222bb3828ed9ef7a8 (patch)
treebb393d4b1780f59a1e488069840ad773bfeca6f3
parented7d177f66885dfbc4e8410154559c4767fefa9f (diff)
configure.ac: ac_define HAVE_RADEON
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b064665b..23ccedfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,6 +244,9 @@ fi
AM_CONDITIONAL(HAVE_INTEL, [test "x$INTEL" != "xno"])
AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" != "xno"])
+if test "x$RADEON" = xyes; then
+ AC_DEFINE(HAVE_RADEON, 1, [Have radeon support])
+fi
AC_ARG_WITH([kernel-source],
[AS_HELP_STRING([--with-kernel-source],