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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.