remove lib math because of bad interaction with gtk
[lttv.git] / ltt / branches / poly / configure.in
index d54bc2dfa6978a272e3683dda38673dcdc51c7a9..e70eec63c7ebfb92c8cf7e73045a68e054df19f7 100644 (file)
@@ -36,7 +36,7 @@ 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.])  )
+#AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.])  )
 
 
 # Checks for header files.
This page took 0.022169 seconds and 4 git commands to generate.