On Mon, Sep 27, 2010 at 7:59 PM, Vincent Torri <vto...@univ-evry.fr> wrote: >> Modified: trunk/ecore/configure.ac >> =================================================================== >> --- trunk/ecore/configure.ac 2010-09-27 22:34:25 UTC (rev 52823) >> +++ trunk/ecore/configure.ac 2010-09-27 22:35:35 UTC (rev 52824) >> @@ -404,18 +404,30 @@ >> mingw32ce* | cegcc*) >> WIN32_LIBS="-lws2" >> dlopen_libs="-ldl" >> + rt_libs="-lrt" >> ;; >> mingw*) >> WIN32_LIBS="-lws2_32" >> dlopen_libs="-ldl" >> + rt_libs="-lrt" > > I doubt that librt exist on Windows.
Since you already implement it in the right way, maybe the solution is just removing it here. Lucas De Marchi ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel