summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-05-19 05:51:38 +0000
committerBenny Prijono <bennylp@teluu.com>2010-05-19 05:51:38 +0000
commit2ac674189172cf3d44e2dd3f6d74d7cb0aeed2ea (patch)
treef8f66b3d67d6dfa725c9f3057259d677df9a3631 /aconfigure
parentf05f3afdc3703a73b11a6baaeafb439de89a23b6 (diff)
Misc fix (re #1068): set default alignment in the configure script to 8 bytes on Sparc (thanks David Coppa for the patch)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3181 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index 17ed93d7..c22d5721 100755
--- a/aconfigure
+++ b/aconfigure
@@ -3832,7 +3832,7 @@ _ACEOF
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking memory alignment" >&5
$as_echo_n "checking memory alignment... " >&6; }
case $target in
- ia64-* | x86_64-* )
+ sparc64-* | ia64-* | x86_64-* )
$as_echo "#define PJ_POOL_ALIGNMENT 8" >>confdefs.h
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 8 bytes" >&5