Skip to content

Commit

Permalink
MB-8042: some platforms need libm
Browse files Browse the repository at this point in the history
Change-Id: I1d67b69f90dbee803b4ee408d54f64b252e032ec
Reviewed-on: http://review.couchbase.org/25719
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Apr 17, 2013
1 parent 8e906bf commit dad9a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -282,6 +282,7 @@ AC_SEARCH_LIBS(pthread_create, pthread)
if test "x$ac_cv_search_pthread_create" = "xno"; then
AC_MSG_ERROR([Can't enable threads without the POSIX thread library.])
fi
AC_SEARCH_LIBS(log, m)

AC_CHECK_FUNCS(mlockall)
AC_CHECK_FUNCS(getpagesizes)
Expand Down

0 comments on commit dad9a0c

Please sign in to comment.