Changeset 3181


Ignore:
Timestamp:
May 19, 2010 5:51:38 AM (14 years ago)
Author:
bennylp
Message:

Misc fix (re #1068): set default alignment in the configure script to 8 bytes on Sparc (thanks David Coppa for the patch)

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r3176 r3181  
    38333833$as_echo_n "checking memory alignment... " >&6; } 
    38343834case $target in 
    3835     ia64-* | x86_64-* ) 
     3835    sparc64-* | ia64-* | x86_64-* ) 
    38363836        $as_echo "#define PJ_POOL_ALIGNMENT 8" >>confdefs.h 
    38373837 
  • pjproject/trunk/aconfigure.ac

    r3176 r3181  
    9999AC_MSG_CHECKING([memory alignment]) 
    100100case $target in 
    101     ia64-* | x86_64-* ) 
     101    sparc64-* | ia64-* | x86_64-* ) 
    102102        AC_DEFINE(PJ_POOL_ALIGNMENT, 8) 
    103103        AC_MSG_RESULT([8 bytes]) 
Note: See TracChangeset for help on using the changeset viewer.