Original commit message from CVS:
x86_64 is 86 too
+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:
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