-dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.69 2000-04-01 12:09:13 assar Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.70 2000-06-10 14:17:38 assar Exp $ (LBL)
dnl
dnl Copyright (c) 1995, 1996, 1997, 1998
dnl The Regents of the University of California. All rights reserved.
AC_CACHE_VAL(ac_cv_lbl_unaligned_fail,
[case "$target_cpu" in
- alpha|hp*|mips|sparc)
+ # XXX: should also check that they don't do weird things (like on arm)
+ alpha|arm*|hp*|mips|sparc)
ac_cv_lbl_unaligned_fail=yes
;;