On Tue, 28 Sep 2010, Enlightenment SVN wrote:
> Log: > libraries should be in LIBS, not LDFLAGS > Author: englebass > Date: 2010-09-28 11:12:15 -0700 (Tue, 28 Sep 2010) > New Revision: 52857 > > Modified: > trunk/ecore/configure.ac > > Modified: trunk/ecore/configure.ac > =================================================================== > --- trunk/ecore/configure.ac 2010-09-28 18:02:15 UTC (rev 52856) > +++ trunk/ecore/configure.ac 2010-09-28 18:12:15 UTC (rev 52857) > @@ -421,11 +421,12 @@ > AC_SUBST(rt_libs) > > if test -n "$rt_libs"; then > - _bkp_LDFLAGS="$LDFLAGS" > - LDFLAGS="$LDFLAGS $rt_libs" > + echo "hm $LIBS hm" > + _bkp_LIBS="$LIBS" > + LIBS="$LIBS $rt_libs" > AC_CHECK_FUNCS(clock_gettime) > - LDFLAGS="$_bkp_LDFLAGS" > - unset _bkp_LDFLAGS > + LIBS="$_bkp_LIBS" > + unset _bkp_LIBS > fi remove that, please, it's useless Vincent > > # Eina library > > > ------------------------------------------------------------------------------ > 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-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ 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