Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy


Modified Files:
        configure.in 


Log Message:
* Configure/makefile updates

===================================================================
RCS file: /cvs/e/e17/proto/entropy/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in        28 Mar 2006 10:31:14 -0000      1.9
+++ configure.in        3 Apr 2006 08:20:59 -0000       1.10
@@ -197,10 +197,13 @@
    [
      AC_DEFINE(HAVE_EWL, 1, have EWL)
      ewl="EWL "
+     AM_CONDITIONAL(HAVE_EWL, true)
      have_ewl="yes"
    ],
    [
-     AC_MSG_ERROR([No EWL, can't build.])
+     AC_DEFINE(HAVE_EWL, 0, no EWL)
+     AM_CONDITIONAL(HAVE_EWL, false)
+     AC_MSG_WARN([No EWL, can't build ewl plugins.])
      have_ewl="no"
    ]
 )




-------------------------------------------------------
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