Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils


Modified Files:
        configure.in 


Log Message:
Ok, this one actually fixes the e_utils genmenu build problem.
    - set = "yes" to = "xyes"
    - make the am_conditional tests correct

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- configure.in        9 Mar 2006 00:42:04 -0000       1.22
+++ configure.in        9 Mar 2006 01:14:09 -0000       1.23
@@ -173,8 +173,8 @@
   build_ethemes="yes"
 fi
 
-AM_CONDITIONAL(BUILD_E17GENMENU, test $xbuild_e17genmenu = "xyes")
-AM_CONDITIONAL(BUILD_EAPP_EDIT, test $xbuild_eapp_edit = "xyes")
+AM_CONDITIONAL(BUILD_E17GENMENU, test "x$build_e17genmenu" = "xyes")
+AM_CONDITIONAL(BUILD_EAPP_EDIT, test "x$build_eapp_edit" = "xyes")
 AM_CONDITIONAL(BUILD_E17SETROOT, test "x$build_e17setroot" = "xyes")
 AM_CONDITIONAL(BUILD_ENTANGLE, test "x$build_entangle" = "xyes")
 AM_CONDITIONAL(BUILD_EMBLEM, test "x$build_emblem" = "xyes")




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to