remove lib math because of bad interaction with gtk
[lttv.git] / ltt / branches / poly / configure.in
index 2efed122d07522ef86f181fdc0cbff30377ba9a2..e70eec63c7ebfb92c8cf7e73045a68e054df19f7 100644 (file)
@@ -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
This page took 0.022393 seconds and 4 git commands to generate.