Changeset 975 for box/trunk/configure.ac
- Timestamp:
- 12/10/2006 20:40:20 (6 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r721 r975 45 45 46 46 ## Check for Berkely DB. Restrict to certain versions 47 AX_PATH_BDB( , [47 AX_PATH_BDB([1.x or 4.1], [ 48 48 LIBS="$BDB_LIBS $LIBS" 49 49 LDFLAGS="$BDB_LDFLAGS $LDFLAGS" … … 90 90 AC_CHECK_HEADERS([netinet/in.h]) 91 91 AC_CHECK_HEADERS([sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h]) 92 AC_CHECK_HEADERS([sys/ xattr.h])92 AC_CHECK_HEADERS([sys/uio.h sys/xattr.h]) 93 93 94 94 if test "$ac_cv_header_regex_h" = "yes"; then … … 117 117 AC_CHECK_DECLS([INFTIM],,, [[#include <poll.h>]]) 118 118 AC_CHECK_DECLS([SO_PEERCRED],,, [[#include <sys/socket.h>]]) 119 AC_CHECK_DECLS([O_BINARY],,,) 119 120 AC_HEADER_TIME 120 121 AC_STRUCT_TM … … 125 126 AX_BSWAP64 126 127 fi 128 127 129 if test "$target_os" != "mingw32"; then 128 130 AX_RANDOM_DEVICE 129 fi 130 AX_CHECK_MOUNT_POINT(,[ 131 if test "$target_os" != "mingw32" -a "$target_os" != "winnt"; then 131 AX_CHECK_MOUNT_POINT(,[ 132 132 AC_MSG_ERROR([[cannot work out how to discover mount points on your platform]]) 133 fi134 133 ]) 134 fi 135 135 136 AX_CHECK_MALLOC_WORKAROUND 136 137 … … 239 240 to the documentation for more information on each feature. 240 241 242 Regular expressions: $ac_cv_header_regex_h 241 243 Large files: $have_large_file_support 242 244 Berkeley DB: $ax_path_bdb_ok
Note: See TracChangeset
for help on using the changeset viewer.
