Bug #837
Don't use configure to set architecture variables, use the compiler
| Status: | Closed | Start date: | 05/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100%  | 
||
| Category: | Build | |||
| Target version: | Version 0.8.0 | 
Description
nel/include/nel/misc/mutex.h should check x86_64 rather than use a configure check for HAVE_X86_64 ... this also takes a step to supporting fat binaries
gsed -i 's:HAVE_X86_64:__x86_64__:' nel/include/nel/misc/mutex.h
History
#1
    
    
    Updated by vl over 8 years ago
    
    - Status changed from New to Resolved
 - Assignee set to vl
 - % Done changed from 0 to 100
 
The code with HAVE_X86_64 has been removed so this issue doesn't exists anymore
#2
    
    
    Updated by vl over 8 years ago
    
    - Target version set to Version 0.8.0
 
#3
    
    
    Updated by vl about 8 years ago
    
    - Status changed from Resolved to Closed