Check in the updated configure script, from the following change to

aclocal.m4:

	revision 1.74
	date: 2001/09/14 08:11:33;  author: torsten;  state: Exp;  lines: +2 -2
	Added ia64 to the list of systems were unaligned memory accesses fail.
	In fact they don't fail but generate kernel warnings on Linux and
	probably performance suffers as well. See also http://bugs.debian.org/112154
This commit is contained in:
guy 2001-10-08 10:24:16 +00:00
parent fe72acf7ae
commit 5f2ed3537a

2
configure vendored
View File

@ -4425,7 +4425,7 @@ else
case "$target_cpu" in
# XXX: should also check that they don't do weird things (like on arm)
alpha*|arm*|hp*|mips|sparc)
alpha*|arm*|hp*|mips|ia64|sparc)
ac_cv_lbl_unaligned_fail=yes
;;