aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki2010-02-27 09:04:37 -0600
committerJakob Bornecrantz2010-02-27 18:25:22 -0600
commitafd74ec555a61d7006db90f0c038ff026e76d303 (patch)
treeee977b4aebfcc9ef7b52a69957725a7e21ba43c2
parentf6dc964e1d4d43e4053b84b31e76d974af128276 (diff)
downloadexternal-libdrm-afd74ec555a61d7006db90f0c038ff026e76d303.tar.gz
external-libdrm-afd74ec555a61d7006db90f0c038ff026e76d303.tar.xz
external-libdrm-afd74ec555a61d7006db90f0c038ff026e76d303.zip
Add config.h macro HAVE_NOUVEAU
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ef7700f9..40634c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,6 +154,9 @@ if test "x$VMWGFX" = xyes; then
154fi 154fi
155 155
156AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes]) 156AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes])
157if test "x$NOUVEAU" = xyes; then
158 AC_DEFINE(HAVE_NOUVEAU, 1, [Have nouveau (nvidia) support])
159fi
157 160
158AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes]) 161AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes])
159 162