Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
don't enable BUILD_ECORE_X and BUILD_ECORE_X_XCB at the same time. this 
unbreaks the ecore-x-xcb build

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -3 -r1.194 -r1.195
--- configure.in        5 May 2007 15:14:16 -0000       1.194
+++ configure.in        7 May 2007 15:39:22 -0000       1.195
@@ -714,8 +714,8 @@
 AC_SUBST(requirements_ecore_x)
 
 # set up conditionals
-AM_CONDITIONAL(BUILD_ECORE_X, test "x$have_ecore_x" = "xyes")
-AM_CONDITIONAL(BUILD_ECORE_X_XCB, test "x$have_ecore_x_xcb" = "xyes")
+AM_CONDITIONAL(BUILD_ECORE_X, test $have_ecore_x = yes -a test 
$have_ecore_x_xcb = no)
+AM_CONDITIONAL(BUILD_ECORE_X_XCB, test $have_ecore_x_xcb = yes)
 AM_CONDITIONAL(BUILD_ECORE_EVAS_GL, test $have_ecore_evas_gl = yes)
 AM_CONDITIONAL(BUILD_ECORE_EVAS_XRENDER, test $have_ecore_evas_xrender = yes)
 AM_CONDITIONAL(BUILD_ECORE_EVAS_DIRECTFB, test $have_ecore_evas_dfb = yes)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to