On Tue, Feb 24, 2009 at 5:59 PM, David Miller <[email protected]> wrote: > > Signed-off-by: David S. Miller <[email protected]> > > diff --git a/configure.ac b/configure.ac > index f06174a..bc233a7 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -382,7 +382,7 @@ default_driver="xlib" > case "$host_os" in > linux*) > case "$host_cpu" in > - i*86|x86_64|powerpc*) default_driver="dri";; > + i*86|x86_64|powerpc*|sparc*) default_driver="dri";; > esac > ;; > *freebsd* | dragonfly*)
Thanks, David. Committed to master and the 7.4 branch. -Brian ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
