From 9a56e28fc15440eb6852411321c46312e1d1bb73 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 28 Feb 2007 20:57:59 +0000 Subject: [PATCH] m4/gst-arch.m4: Move a line that was in the wrong macro Original commit message from CVS: * m4/gst-arch.m4: Move a line that was in the wrong macro --- ChangeLog | 5 +++++ m4/gst-arch.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebf974b..c7e116c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-02-28 Thomas Vander Stichele + * m4/gst-arch.m4: + Move a line that was in the wrong macro + +2007-02-28 Thomas Vander Stichele + * m4/gst.m4: Add * m4/gst-arch.m4: diff --git a/m4/gst-arch.m4 b/m4/gst-arch.m4 index e280009..8a32bd2 100644 --- a/m4/gst-arch.m4 +++ b/m4/gst-arch.m4 @@ -79,6 +79,7 @@ AC_DEFUN([AG_GST_ARCH], AM_CONDITIONAL(HAVE_CPU_CRIS, test "x$HAVE_CPU_CRIS" = "xyes") AM_CONDITIONAL(HAVE_CPU_CRISV32, test "x$HAVE_CPU_CRISV32" = "xyes") + AC_DEFINE_UNQUOTED(HOST_CPU, "$host_cpu", [the host CPU]) ]) dnl check if unaligned memory access works correctly @@ -119,5 +120,4 @@ int main(int argc, char **argv) AC_DEFINE_UNQUOTED(HAVE_UNALIGNED_ACCESS, 1, [defined if unaligned memory access works correctly]) fi - AC_DEFINE_UNQUOTED(HOST_CPU, "$host_cpu", [the host CPU]) ]) -- 2.7.4