aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d79fc47..409d880 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,6 +94,8 @@ AM_CONDITIONAL([USE_CMOCKA], [test "x$have_cmocka" = "xyes"])
AC_CHECK_HEADERS([sys/types.h sys/stat.h time.h])
+AC_SEARCH_LIBS([ceilf], [m])
+
AC_CONFIG_FILES([
Makefile
])