diff -up mesa-20100217/configure.ac.nouveau-legacy mesa-20100217/configure.ac --- mesa-20100217/configure.ac.nouveau-legacy 2010-02-17 12:50:36.000000000 -0500 +++ mesa-20100217/configure.ac 2010-02-17 12:51:34.000000000 -0500 @@ -723,14 +723,14 @@ if test "$mesa_driver" = dri; then # be used. if test "x$DRI_DIRS" = "xyes"; then DRI_DIRS="i915 i965 mga r128 r200 r300 r600 radeon \ - savage tdfx unichrome swrast" + savage tdfx unichrome swrast nouveau" fi ;; powerpc*) # Build only the drivers for cards that exist on PowerPC. # At some point MGA will be added, but not yet. if test "x$DRI_DIRS" = "xyes"; then - DRI_DIRS="r128 r200 r300 r600 radeon tdfx swrast" + DRI_DIRS="r128 r200 r300 r600 radeon tdfx swrast nouveau" fi ;; sparc*) @@ -775,7 +775,7 @@ if test "$mesa_driver" = dri; then # default drivers if test "x$DRI_DIRS" = "xyes"; then DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \ - savage sis tdfx unichrome ffb swrast" + savage sis tdfx unichrome ffb swrast nouveau" fi DRI_DIRS=`echo "$DRI_DIRS" | $SED 's/ */ /g'`