aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 163be32..18075df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,8 @@ AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
+AC_SEARCH_LIBS([pow], [m])
+
###
# compile own snprintf if system doesn't provide one
#