Mercurial > mplayer.hg
changeset 11230:8eb5c1a0d21c
detection of 'Alpha' architecture
author | gabucino |
---|---|
date | Wed, 22 Oct 2003 18:23:28 +0000 |
parents | b4040706e1d3 |
children | 5587c44d9a4e |
files | configure |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Oct 22 17:59:28 2003 +0000 +++ b/configure Wed Oct 22 18:23:28 2003 +0000 @@ -86,6 +86,13 @@ esac } +alpha() { + case "$host_arch" in + alpha) return 0;; + *) return 1;; + esac +} + # not boolean test: implement the posix shell "!" operator for a # non-posix /bin/sh. # usage: not {command}