Gaetan Nadon wrote:
> OS related files in the server use the correct __GNU__ define.
>
> Signed-off-by: Gaetan Nadon <[email protected]>
> ---
> hw/xfree86/common/xf86AutoConfig.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/xfree86/common/xf86AutoConfig.c
> b/hw/xfree86/common/xf86AutoConfig.c
> index 200cb8f..68615a0 100644
> --- a/hw/xfree86/common/xf86AutoConfig.c
> +++ b/hw/xfree86/common/xf86AutoConfig.c
> @@ -260,7 +260,7 @@ listPossibleVideoDrivers(char *matches[], int nmatches)
>
> /* Fallback to platform default hardware */
> if (i < (nmatches - 1)) {
> -#if defined(__i386__) || defined(__amd64__) || defined(__hurd__)
> +#if defined(__i386__) || defined(__amd64__) || defined(__GNU__)
> matches[i++] = xnfstrdup("vesa");
Is vesa the right driver to use on non-x86 Hurd systems?
--
-Alan Coopersmith- [email protected]
Oracle Solaris Platform Engineering: X Window System
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel