diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-16 16:27:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-16 16:27:28 +0000 |
commit | cd5507ae3df8dc48c07df9e37878846b6b79faa1 (patch) | |
tree | 0f9c58de186a3789d4421755048e6608f2148095 /m4 | |
parent | 9f37b3e515260c7b294222a502b2cc75dd0983b6 (diff) |
silly fix related to #106097TAG_END_0_6_COMPATIBILITYRELEASE-0_7_3MOVE-TO-FDOCAPS-MERGE-3CAPS-END
Original commit message from CVS:
silly fix related to #106097
Diffstat (limited to 'm4')
-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 b4ab73c..f74b27f 100644 --- a/m4/gst-arch.m4 +++ b/m4/gst-arch.m4 @@ -24,7 +24,7 @@ Alpha]) ;; ARM]) ;; xsparc*) HAVE_CPU_SPARC=yes AC_DEFINE(HAVE_CPU_SPARC, 1, [Define if the target CPU is a -PPC]) ;; +SPARC]) ;; xmips*) HAVE_CPU_MIPS=yes AC_DEFINE(HAVE_CPU_MIPS, 1, [Define if the target CPU is a MIPS]) ;; |