Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
make sure BUILD_ECORE_X is accessable
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- configure.in        15 Jul 2004 13:34:46 -0000      1.54
+++ configure.in        27 Aug 2004 10:12:31 -0000      1.55
@@ -210,6 +210,7 @@
 if test "x$have_ecore_x" = "xyes"; then
   AM_CONDITIONAL(BUILD_ECORE_X, true)
   AC_DEFINE(BUILD_ECORE_X, 1, [Build Ecore_X Module])
+  BUILD_ECORE_X=1
   x_dir="/usr/X11R6";
   x_includes="";
   x_cflags="-I"$x_dir"/include"
@@ -218,8 +219,11 @@
   ecore_x_libs="-lecore_x";
 else
   AM_CONDITIONAL(BUILD_ECORE_X, false)
+  BUILD_ECORE_X=0
 fi
 
+AC_SUBST(BUILD_ECORE_X)
+
 AC_SUBST(x_cflags)
 AC_SUBST(x_includes)
 AC_SUBST(x_ldflags)




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to