raster pushed a commit to branch master.

commit f35e4aa7c9ebd752006429a7f53f842fecc63ced
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Apr 26 19:43:20 2013 +0900

    fix libm linking
    
    http://trac.enlightenment.org/e/ticket/2339
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index c6f7d3e..ad4b05a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,6 +183,7 @@ dnl managed by evil
         have_dlopen="yes"
       else
         AC_CHECK_LIB(dl, dlopen, res=yes, res=no)
+        AC_CHECK_LIB(m, sincos)
         if test "x$res" = "xyes"; then
           AC_CHECK_LIB(dl, dladdr, AC_DEFINE(HAVE_DLADDR))
           dlopen_libs=-ldl

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to