Ignore:
Timestamp:
13/09/2010 22:51:05 (21 months ago)
Author:
chris
Message:

Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed,
thanks to Dave Bamford for reporting and debugging. (merges [2734] from
0.11)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2727 r2735  
    127127AC_CHECK_HEADERS([sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h]) 
    128128AC_CHECK_HEADERS([sys/uio.h sys/xattr.h]) 
     129AC_CHECK_HEADERS([bsd/unistd.h]) 
    129130 
    130131AC_CHECK_HEADER([regex.h], [have_regex_h=yes]) 
     
    226227AC_FUNC_STAT 
    227228AC_CHECK_FUNCS([getpeereid lchown setproctitle getpid gettimeofday waitpid]) 
     229AC_SEARCH_LIBS([setproctitle], ["bsd"]) 
    228230 
    229231# NetBSD implements kqueue too differently for us to get it fixed by 0.10 
Note: See TracChangeset for help on using the changeset viewer.