From: Michel Dänzer Date: Fri, 10 Jul 2009 12:49:46 +0000 (+0200) Subject: Remove stale reference to non-Gallium nouveau driver from configure.ac. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cade071d525f71069f635fd0b705e64d897b32c4;p=mesa.git Remove stale reference to non-Gallium nouveau driver from configure.ac. --- diff --git a/configure.ac b/configure.ac index 2a9ac1ed9cd..f1ff3d4f472 100644 --- a/configure.ac +++ b/configure.ac @@ -642,7 +642,7 @@ dnl Which drivers to build - default is chosen by platform AC_ARG_WITH([dri-drivers], [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@], [comma delimited DRI drivers list, e.g. - "swrast,i965,radeon,nouveau" @<:@default=auto@:>@])], + "swrast,i965,radeon" @<:@default=auto@:>@])], [with_dri_drivers="$withval"], [with_dri_drivers=yes]) if test "x$with_dri_drivers" = x; then