summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-04-16 23:55:56 +0000
committerDavid Schleef <ds@schleef.org>2004-04-16 23:55:56 +0000
commite55182f6eece70ff99e33b9800b27a926670dbdd (patch)
treefd4b6f0015eee1299ba81197a71d6c92194ad1ad
parent5252791a08494c87ec84fadc385ec5b7c44f96b6 (diff)
downloadgstreamer-common-e55182f6eece70ff99e33b9800b27a926670dbdd.tar.gz
fix minor typo in last checkin
Original commit message from CVS: fix minor typo in last checkin
-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 b304f3e..0facaa2 100644
--- a/m4/gst-arch.m4
+++ b/m4/gst-arch.m4
@@ -115,7 +115,7 @@ int main(int argc, char **argv)
], as_cv_unaligned_access="yes", as_cv_unaligned_access="no")
fi
AC_MSG_RESULT($as_cv_unaligned_access)
- if test "$gst_unaligned_access" = "yes"; then
+ if test "$as_cv_unaligned_access" = "yes"; then
AC_DEFINE_UNQUOTED(HAVE_UNALIGNED_ACCESS, 1,
[defined if unaligned memory access works correctly])
fi