diff options
Diffstat (limited to 'auto/os/conf')
-rw-r--r-- | auto/os/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/conf b/auto/os/conf index 4ad72d8f1..f4ba388e1 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -63,7 +63,7 @@ case "$NGX_MACHINE" in have=NGX_HAVE_NONALIGNED . auto/have ;; - sun4u | ia64 ) + sun4u | sparc | sparc64 | ia64 ) have=NGX_ALIGNMENT value=16 . auto/define ;; |