6 Nov
2009
6 Nov
'09
6:56 p.m.
+AC_CHECK_FUNCS([pthread_key_init_np pthread_main_np mach_absolute_time malloc_create_zone sem_init posix_memalign])
Please instead add a src/shims/posix_memalign.h file and add #ifndef HAVE_POSIX_MEMALIGN #include "shims/posix_memalign.h" #endif to src/os_shims.h, this way your 2/6 patch becomes superfluous. Paolo