Changeset 2735 for box/trunk/configure.ac
- Timestamp:
- 13/09/2010 22:51:05 (21 months ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2727 r2735 127 127 AC_CHECK_HEADERS([sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h]) 128 128 AC_CHECK_HEADERS([sys/uio.h sys/xattr.h]) 129 AC_CHECK_HEADERS([bsd/unistd.h]) 129 130 130 131 AC_CHECK_HEADER([regex.h], [have_regex_h=yes]) … … 226 227 AC_FUNC_STAT 227 228 AC_CHECK_FUNCS([getpeereid lchown setproctitle getpid gettimeofday waitpid]) 229 AC_SEARCH_LIBS([setproctitle], ["bsd"]) 228 230 229 231 # NetBSD implements kqueue too differently for us to get it fixed by 0.10
Note: See TracChangeset
for help on using the changeset viewer.
