On Fri, 28 Dec 2012 14:27:37 +0100 Vincent Torri <[email protected]> said:
> On Fri, Dec 28, 2012 at 2:23 PM, Enlightenment SVN > <[email protected]> wrote: > > Log: > > this pkg check for evi breaks eina pkg check... sutofoo literaly > > decided pkg-config doesnt exist anymore. i dont know why. :( > > haa, because the first call of PKG_CHECK_MODULES is in a test. Add > > PKG_PROG_PKG_CONFIG > > before hmm that sucks. that it doesnt handle this case (autofoo). :/ well i re-ordered and its happy. > Vincent > > > > > > > > > Author: raster > > Date: 2012-12-28 05:23:52 -0800 (Fri, 28 Dec 2012) > > New Revision: 81799 > > Trac: http://trac.enlightenment.org/e/changeset/81799 > > > > Modified: > > trunk/ethumb/configure.ac > > > > Modified: trunk/ethumb/configure.ac > > =================================================================== > > --- trunk/ethumb/configure.ac 2012-12-28 13:00:37 UTC (rev 81798) > > +++ trunk/ethumb/configure.ac 2012-12-28 13:23:52 UTC (rev 81799) > > @@ -98,7 +98,7 @@ > > > > case "$host_os" in > > mingw*) > > - PKG_CHECK_MODULES([EVIL], [evil >= 1.6.99]) > > +dnl PKG_CHECK_MODULES([EVIL], [evil >= 1.6.99]) > > AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil package is installed]) > > requirement_ethumb="${requirement_ethumb} evil >= 1.6.99" > > ;; > > > > > > ------------------------------------------------------------------------------ > > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > > much more. Get web development skills now with LearnDevNow - > > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > > SALE $99.99 this month only -- learn more at: > > http://p.sf.net/sfu/learnmore_122812 > > _______________________________________________ > > enlightenment-svn mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
