# HG changeset patch # User gabucino # Date 1066847008 0 # Node ID 8eb5c1a0d21cda0a2ca3d9b5f3e34c29bff23ce3 # Parent b4040706e1d3c5d4e9496975f2bd12c819635d45 detection of 'Alpha' architecture diff -r b4040706e1d3 -r 8eb5c1a0d21c configure --- 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}