aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 497dff72d..ca72aea53 100644
--- a/configure.in
+++ b/configure.in
@@ -359,7 +359,7 @@ AC_CHECK_SIZEOF(cell_t)
# Now, let's see about alignment requirements. On some platforms, we override
# the default.
case $host in
- ia64-*-* | arm-*-* )
+ ia64-*-* | arm-*-* | sparc-*-* )
tor_cv_unaligned_ok=no
;;
*)