Changeset 2727 for box/trunk/configure.ac
- Timestamp:
- 31/08/2010 14:59:29 (21 months ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2719 r2727 153 153 154 154 AC_SEARCH_LIBS([dlsym], ["dl"]) 155 AC_CHECK_FUNCS([dlsym dladdr]) 155 156 156 157 ### Checks for typedefs, structures, and compiler characteristics. … … 264 265 265 266 ## Find out how to do file locking 266 AC_CHECK_FUNCS([flock ])267 AC_CHECK_FUNCS([flock fcntl]) 267 268 AC_CHECK_DECLS([O_EXLOCK],,, [[#include <fcntl.h>]]) 268 269 AC_CHECK_DECLS([F_SETLK],,, [[#include <fcntl.h>]]) … … 400 401 401 402 # Write summary of important info 402 cat <<EOC403 cat | tee config.log.features <<EOC 403 404 A summary of the build configuration is below. Box Backup will function 404 405 without these features, but will work better where they are present. Refer … … 410 411 Readline: $have_libreadline 411 412 Extended attributes: $ac_cv_header_sys_xattr_h 412 EOC | tee config.log.features413 EOC 413 414 414 415
Note: See TracChangeset
for help on using the changeset viewer.
