On Sat, 15 Dec 2012 20:16:07 +1000 David Seikel <[email protected]> wrote:
> Think it's a real problem this time. B-) > > Just about every (or perhaps all) elementary proggy in current SVN is > bombing out with that message during the configure stage. No one else is getting this problem? I suspect it's this ... Log: adding support for elocation Author: ceolin Date: 2012-12-11 06:05:48 -0800 (Tue, 11 Dec 2012) New Revision: 80657 Trac: http://trac.enlightenment.org/e/changeset/80657 <snip> Modified: trunk/elementary/configure.ac =================================================================== --- trunk/elementary/configure.ac 2012-12-11 13:04:53 UTC (rev 80656) +++ trunk/elementary/configure.ac 2012-12-11 14:05:48 UTC (rev 80657) @@ -525,6 +525,34 @@ fi AC_SUBST(ELM_EDBUS2_DEF) +ELM_ELOCATION_DEF="#undef" +have_elementary_elocation="no" +want_elementary_elocation="auto" +AC_ARG_ENABLE([elocation], + [AC_HELP_STRING([--disable-elocation], [disable elocation support. @<:@default=detect@:>@])], + [want_elementary_elocation=$enableval], []) + +if test "x$want_elementary_elocation" != "xno"; then + PKG_CHECK_MODULES([ELEMENTARY_ELOCATION], + [ + elocation >= 0.1.0 + ], + [ + AC_DEFINE(HAVE_ELEMENTARY_ELOCATION, 1, [Elocation support for Elementary]) + have_elementary_elocation="yes" + ELM_ELOCATION_DEF="#define" + requirement_elm="elocation >= 1.7.99 ${requirement_elm}" That's trying to check for two different version numbers of elocation, right? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world.
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
