summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoreb2008-05-08 06:17:55 +0000
committereb2008-05-08 06:17:55 +0000
commit593a87ce2254a7966d33fa88e2efa9cbbdb4f7f0 (patch)
treeef90d2e19a69908b0616975600bfcad30f5a50bb /configure.ac
parentf29ed72859a46428e1ad1d97306554b19202a958 (diff)
downloadgnuradio-593a87ce2254a7966d33fa88e2efa9cbbdb4f7f0.tar.gz
gnuradio-593a87ce2254a7966d33fa88e2efa9cbbdb4f7f0.tar.bz2
gnuradio-593a87ce2254a7966d33fa88e2efa9cbbdb4f7f0.zip
better fix for ticket:243
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8324 221aa14e-8319-0410-a670-987f0aec2ac5
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 05c2cc050..74dde0dd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,6 +152,7 @@ AC_CHECK_LIB(m, sinf, [AC_DEFINE([HAVE_SINF],[1],[Define to 1 if your system has
AC_CHECK_LIB(m, cosf, [AC_DEFINE([HAVE_COSF],[1],[Define to 1 if your system has `cosf'.])])
AC_CHECK_LIB(m, trunc, [AC_DEFINE([HAVE_TRUNC],[1],[Define to 1 if your system has `trunc'.])])
AC_CHECK_LIB(m, exp10, [AC_DEFINE([HAVE_EXP10],[1],[Define to 1 if your system has 'exp10'.])])
+AC_CHECK_LIB(m, log2, [AC_DEFINE([HAVE_LOG2],[1],[Define to 1 if your system has 'log2'.])])
#AC_FUNC_MKTIME
AH_BOTTOM([