[RESEND: PATCH 2/2] Remove empty stub of $host_cpu case statement in configure.ac

Thomas Klausner wiz at NetBSD.org
Thu Apr 16 23:15:36 PDT 2015


Both patches:

Reviewed-by: Thomas Klausner <wiz at NetBSD.org>

On Thu, Apr 16, 2015 at 06:51:31PM -0700, Alan Coopersmith wrote:
> Left behind when commit 5c12399b6c3a8d moved the xorg_bus_* settings
> elsewhere.
> 
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  configure.ac |    5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 3028e12..fc15460 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2006,11 +2006,6 @@ if test "x$XORG" = xyes; then
>  		;;
>  	esac
>  
> -	case $host_cpu in
> -	  i*86)
> -		;;
> -	esac
> -
>  	if test "x$DGA" = xauto; then
>  		PKG_CHECK_MODULES(DGA, $DGAPROTO, [DGA=yes], [DGA=no])
>  	fi
> -- 
> 1.7.9.2
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list