X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fconfigure.in;h=d54bc2dfa6978a272e3683dda38673dcdc51c7a9;hb=1c736ed5fd25e728fa1df0899be03c4853c556d8;hp=2efed122d07522ef86f181fdc0cbff30377ba9a2;hpb=286ffb24b63a9a05222351402aa0ec9d3ed6221c;p=lttv.git diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 2efed122..d54bc2df 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -36,6 +36,8 @@ AC_PROG_CC # Checks for libraries. AC_CHECK_LIB([popt], [poptGetNextOpt], POPT_LIBS="-lpopt",AC_MSG_ERROR([libpopt is required in order to compile LinuxTraceToolkit]) ) +AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.]) ) + # Checks for header files. AC_HEADER_STDC