diff options
author | Ronald Wahl <rwahl@gmx.de> | 2006-09-29 17:51:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-09-29 17:51:42 -0400 |
commit | f96ddd32d3a9e64dc0adec5c50386d6db5b182ee (patch) | |
tree | e07ab18d25b836cce9b7c6fbe62638be67e75ba7 /configure.ac | |
parent | f6b42149c5a3fee663575fe6bbe78b62695bdbc8 (diff) |
Hook up DFP power to DPMS events.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a7cdd10f..ddb9dca3 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-ati], - 6.6.2, + 6.6.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-ati) AC_DEFINE_UNQUOTED([ATI_VERSION_MAJOR], @@ -135,7 +135,7 @@ case $host_cpu in ATIMISC_TV_OUT=yes ATIMISC_CPIO=yes ;; - x86_64|amd64|alpha|ia64) + x86_64|amd64|alpha) ATIMISC_CPIO=yes ;; sparc) |