stefan pushed a commit to branch master.

commit 40e7751055e494bb03444b028fe08d4a4ea84dbc
Author: Stefan Schmidt <[email protected]>
Date:   Tue Mar 26 17:25:35 2013 +0000

    m4: With efl with binary macro to help cross-compilation
    
    Stumbled over it while trying to give configure a working edje_cc
    when doing cross-compile. The path was picked up but never set as
    the Makefile_Edje_Helper.am guarded it with HAVE_EDJE_CC which we
    never successfully assigned due to this typo.
    
    Thanks goes to Daniel for another round of pair-bug-spotting.
---
 m4/efl_binary.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/efl_binary.m4 b/m4/efl_binary.m4
index 79d6a19..2748ea1 100644
--- a/m4/efl_binary.m4
+++ b/m4/efl_binary.m4
@@ -27,7 +27,7 @@ AC_MSG_NOTICE(DOWN[ set to ${_efl_with_binary}])
 
 with_binary_[]m4_defn([DOWN])=${_efl_with_binary}
 
-AM_CONDITIONAL(HAVE_[]UP, [test "${_efl_binary_define}" = "xyes"])
+AM_CONDITIONAL(HAVE_[]UP, [test "x${_efl_binary_define}" = "xyes"])
 AC_SUBST(DOWN)
 
 ])

-- 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d

Reply via email to