Show
Ignore:
Timestamp:
08/06/08 22:13:46 (6 months ago)
Author:
smoku
Message:

Do not require libatomic_ops if system gc does not require it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gc/configure.ac

    r610 r613  
    367367fi 
    368368 
    369 # atomic_ops 
    370 AC_CHECK_LIB([atomic_ops], [AO_spin], 
    371     [], 
    372     AC_MSG_ERROR([atomic_ops library not found])) 
    373  
    374369# gc 
    375370AC_CHECK_LIB([gc], [GC_malloc],