diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-10-18 11:37:22 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-10-18 11:37:22 +1100 |
commit | 46abca033aea89229353cf375a4cede4b802152d (patch) | |
tree | 486bc1450a446b1350897bbe63a7d74c94b06da6 /build_posix/configure.ac.in | |
parent | 3ed0d3b7553fc5b1a3fd7ea3cd1bb7989d86584f (diff) | |
download | mongo-46abca033aea89229353cf375a4cede4b802152d.tar.gz |
Tweaks to file configuration for reads on Linux (disable readahead and access time updates).
Diffstat (limited to 'build_posix/configure.ac.in')
-rw-r--r-- | build_posix/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in index 77d90e00241..caf2287988a 100644 --- a/build_posix/configure.ac.in +++ b/build_posix/configure.ac.in @@ -70,7 +70,7 @@ AC_PROG_INSTALL AC_CHECK_LIB(pthread, pthread_create) AC_CHECK_LIB(dl, dlopen) AC_CHECK_LIB(rt, sched_yield) -AC_CHECK_FUNCS([clock_gettime gettimeofday fcntl posix_memalign]) +AC_CHECK_FUNCS([clock_gettime gettimeofday fcntl posix_fadvise posix_memalign]) AC_SYS_LARGEFILE AC_C_BIGENDIAN |