You may want to use this:   
   
 AC_CHECK_HEADER(malloc.h, AC_DEFINE(HAVE_MALLOC_H,,[do we have 
malloc.h?]))  
   
 to check for the existance of malloc.h.  At least, this is what I found 
from this:  
   
 http://lists.danga.com/pipermail/memcached/2003-August/000055.html  
   
 I hope that's helpful.  
  

Reply via email to