From 2ac674189172cf3d44e2dd3f6d74d7cb0aeed2ea Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 19 May 2010 05:51:38 +0000 Subject: 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 --- aconfigure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index a416d95a..e61c534d 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -98,7 +98,7 @@ dnl Memory alignment detection dnl AC_MSG_CHECKING([memory alignment]) case $target in - ia64-* | x86_64-* ) + sparc64-* | ia64-* | x86_64-* ) AC_DEFINE(PJ_POOL_ALIGNMENT, 8) AC_MSG_RESULT([8 bytes]) ;; -- cgit v1.2.3