Add config.h macro HAVE_NOUVEAU
authorMarcin Koƛcielnicki <koriakin@0x04.net>
Sat, 27 Feb 2010 15:04:37 +0000 (15:04 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 28 Feb 2010 00:25:22 +0000 (00:25 +0000)
configure.ac

index ef7700f..40634c5 100644 (file)
@@ -154,6 +154,9 @@ if test "x$VMWGFX" = xyes; then
 fi
 
 AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes])
+if test "x$NOUVEAU" = xyes; then
+       AC_DEFINE(HAVE_NOUVEAU, 1, [Have nouveau (nvidia) support])
+fi
 
 AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes])