aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7bd7ea..7ba9e03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,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_CHECK_LIBM
+AC_SUBST(LIBM)
AC_CONFIG_FILES([
Makefile