From dad9a0c5e5b62a9648ed3e28ea3b7892b7c36e07 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Wed, 17 Apr 2013 08:49:06 +0200 Subject: [PATCH] MB-8042: some platforms need libm Change-Id: I1d67b69f90dbee803b4ee408d54f64b252e032ec Reviewed-on: http://review.couchbase.org/25719 Reviewed-by: Trond Norbye Tested-by: Trond Norbye --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 742ecbafa8..28de59b743 100644 --- a/configure.ac +++ b/configure.ac @@ -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)