summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-12-05 06:28:33 +0000
committerDavid Schleef <ds@schleef.org>2002-12-05 06:28:33 +0000
commit9d5642850b94f5bc21d565f8c900a0606fbb518f (patch)
tree6533e0b7d96d516651052ed7cdf52222feb34c13
parent2a03a7e08263b4b522a86c4c417e90e62661be62 (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.m42
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