diff options
author | David Schleef <ds@schleef.org> | 2002-12-05 06:28:33 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-12-05 06:28:33 +0000 |
commit | 9d5642850b94f5bc21d565f8c900a0606fbb518f (patch) | |
tree | 6533e0b7d96d516651052ed7cdf52222feb34c13 | |
parent | 2a03a7e08263b4b522a86c4c417e90e62661be62 (diff) |
Alpha architecture name is not always alpha
Original commit message from CVS:
Alpha architecture name is not always alpha
-rw-r--r-- | m4/gst-arch.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-arch.m4 b/m4/gst-arch.m4 index c4c40c4..563b82d 100644 --- a/m4/gst-arch.m4 +++ b/m4/gst-arch.m4 @@ -16,7 +16,7 @@ x86]) xpowerpc) HAVE_CPU_PPC=yes AC_DEFINE(HAVE_CPU_PPC, 1, [Define if the target CPU is a PowerPC]) ;; - xalpha) HAVE_CPU_ALPHA=yes + xalpha*) HAVE_CPU_ALPHA=yes AC_DEFINE(HAVE_CPU_ALPHA, 1, [Define if the target CPU is an Alpha]) ;; xarm*) HAVE_CPU_ARM=yes |