summaryrefslogtreecommitdiff
path: root/build_posix/configure.ac.in
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-04-16 16:34:40 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-04-16 16:34:40 +1000
commit5c6abf9ad964f6c398614afd188741b7966abb76 (patch)
tree1f460588cfc7ceb910f294e0339ea03ea1042ee9 /build_posix/configure.ac.in
parent79e1d652494d6a4df59cb149b50537bf692df6be (diff)
downloadmongo-5c6abf9ad964f6c398614afd188741b7966abb76.tar.gz
Changes based on Alex's review.
Diffstat (limited to 'build_posix/configure.ac.in')
-rw-r--r--build_posix/configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index a7e4a907216..7720f009185 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -83,7 +83,7 @@ AC_CHECK_LIB(pthread, pthread_create)
AC_CHECK_LIB(dl, dlopen)
AC_CHECK_LIB(rt, sched_yield)
AC_CHECK_FUNCS([\
- clock_gettime fcntl gettimeofday pthread_timedjoin_np\
+ clock_gettime fcntl gettimeofday \
posix_fadvise posix_madvise posix_memalign\
strtouq sync_file_range])
AC_SYS_LARGEFILE