detection of 'Alpha' architecture

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11231 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-10-22 18:23:28 +00:00
parent 7f54293847
commit a1693d645e
1 changed files with 7 additions and 0 deletions

7
configure vendored
View File

@ -86,6 +86,13 @@ ppc() {
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}