Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
Use AC_DEFINE for config.h defines.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- configure.in        12 Jan 2006 05:43:08 -0000      1.62
+++ configure.in        23 Feb 2006 05:11:54 -0000      1.63
@@ -172,13 +172,13 @@
     have_emotion="yes"
     ewl_media_include="#include <ewl_media.h>"
     requirements="$requirements emotion"
+    AC_DEFINE(BUILD_EMOTION_SUPPORT, 1, [Enable X11 Software])
   ],
   [
     have_emotion="no"
     echo "No emotion-config detected."
   ]
 )
-AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, test "x$have_emotion" = "xyes")
 
 CFLAGS=$EMOTION_CFLAGS" "$CFLAGS
 




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