summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-03-11 15:47:59 -0500
committerJason Parker <jparker@digium.com>2013-03-11 15:47:59 -0500
commit5bc7e156fa63dad11e98c6cec49548e31f5b0c06 (patch)
tree8f1de21cd4f74c7150c41d70ed88cf131e4a0223 /aconfigure.ac
parentbf9ab7f5fac8feb5ee00cbb64854c48f9d994263 (diff)
parent463e83481524213c1c72b06a5494106160dd56ab (diff)
Merge branch 'patch/libm' of github.com:asterisk/pjproject
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 9afce8d..642b6a6 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -120,6 +120,7 @@ AC_CHECK_LIB(winmm,puts)
AC_CHECK_LIB(socket,puts)
AC_CHECK_LIB(rt,puts)
AC_CHECK_LIB(nsl,puts)
+AC_CHECK_LIB(m,sin)
AC_CHECK_LIB(uuid,uuid_generate)
AC_CHECK_LIB(uuid,uuid_generate,[ac_has_uuid_lib=1])
@@ -192,7 +193,6 @@ AC_ARG_ENABLE(floating-point,
[
AC_DEFINE(PJ_HAS_FLOATING_POINT,1)
AC_MSG_RESULT([Checking if floating point is disabled... no])
- AC_CHECK_LIB(m,fmod)
])