Ignore:
Timestamp:
10/08/2008 22:41:29 (4 years ago)
Author:
chris
Message:

Check for waitpid() function in configure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2201 r2234  
    213213AC_TYPE_SIGNAL 
    214214AC_FUNC_STAT 
    215 AC_CHECK_FUNCS([getpeereid lchown setproctitle getpid gettimeofday]) 
     215AC_CHECK_FUNCS([getpeereid lchown setproctitle getpid gettimeofday waitpid]) 
     216 
    216217# NetBSD implements kqueue too differently for us to get it fixed by 0.10 
    217218# TODO: Remove this when NetBSD kqueue implementation is working 
     
    220221  AC_CHECK_FUNCS([kqueue]) 
    221222fi 
     223 
    222224AX_FUNC_SYSCALL 
    223225AX_CHECK_SYSCALL_LSEEK 
Note: See TracChangeset for help on using the changeset viewer.