summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-07-08 09:00:13 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-07-08 09:00:13 +0000
commita239f3d4d981592236795f003ec56c55b331b1df (patch)
treebd77d13aaca8df9ac724fdb643b52a186804e931 /configure.ac
parent10b514f0bf9e583712b043ea4f39b79d81aa029d (diff)
Link against -lm (tan).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fbea464..20c27a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ if test "x$HAVE_PTHREADS" = "xyes"; then
fi
dnl Checks for libraries.
+AC_CHECK_LIB(m, tan)
AC_CHECK_LIB(rt, timer_create)
dnl Checks for library functions.