x86_64 is 86 too
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 16 Feb 2004 12:21:27 +0000 (12:21 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 16 Feb 2004 12:21:27 +0000 (12:21 +0000)
Original commit message from CVS:
x86_64 is 86 too

ChangeLog
m4/gst-arch.m4

index 2dfc989ec30c57eaf0a8878904c9cdf8f44a296d..8df0b5a194e89547ef3b8713d6028ecc923bf5f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+       * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
+
 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * m4/gst-feature.m4:
index 8c3644058d3ed368ec3d76c99332c894aa352867..33ea9936c6fb1ef6a2c8d119697b9be64dcbfd54 100644 (file)
@@ -4,7 +4,7 @@ dnl ==============================================
 
 dnl Determine CPU
 case "x${target_cpu}" in
-  xi?86 | xk?) HAVE_CPU_I386=yes
+  xi?86 | xk? | xi?86_64) HAVE_CPU_I386=yes
               AC_DEFINE(HAVE_CPU_I386, 1, [Define if the target CPU is an 
 x86])
               dnl FIXME could use some better detection