diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-06-17 10:35:24 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-06-17 10:35:24 -0400 |
commit | f3490d3eba94c7d9e760d6d21991ab6677196c2b (patch) | |
tree | d7d7a8c4b372ea98c7a339f9ce9a61ea32367edc /configure.ac | |
parent | 8c9234a163eceda2abc0a2523e0f5587ea399935 (diff) |
Bug #15169: Make the server build again on Alpha.
Still won't work until the kernel makes the resource files actually exist.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e3fc9e551..fec18caee 100644 --- a/configure.ac +++ b/configure.ac @@ -1287,8 +1287,6 @@ if test "x$XORG" = xyes; then ;; alpha*) linux_alpha=yes - XORG_OS_PCI="axp" - xorg_bus_linuxpci="no" ;; i*86|amd64*|x86_64*) linux_acpi="yes" |