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

    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 
Note: See TracChangeset for help on using the changeset viewer.