Mercurial > mplayer.hg
changeset 28664:68542628747d
Make alpha arch detection more lenient. Taken from the Debian patchset.
author | diego |
---|---|
date | Sat, 21 Feb 2009 22:08:50 +0000 |
parents | 8e9f6dfd7580 |
children | 8226498f4e24 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Feb 21 22:07:39 2009 +0000 +++ b/configure Sat Feb 21 22:08:50 2009 +0000 @@ -159,7 +159,7 @@ alpha() { case "$host_arch" in - alpha) return 0;; + alpha*) return 0;; *) return 1;; esac } @@ -2183,7 +2183,7 @@ ;; - alpha) + alpha*) _arch='ALPHA' _target_arch='ARCH_ALPHA = yes' iproc='alpha'