Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
Fix compile error with disabled cairo engine.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -3 -r1.106 -r1.107
--- configure.in        15 Jun 2005 10:15:45 -0000      1.106
+++ configure.in        15 Jun 2005 18:31:45 -0000      1.107
@@ -505,6 +505,13 @@
   AM_CONDITIONAL(BUILD_ENGINE_CAIRO_COMMON, false)
 fi
 
+## Set these variables while the PKG_CHECK is disabled.
+CAIRO_CFLAGS=""
+CAIRO_LIBS=""
+
+AC_SUBST(CAIRO_CFLAGS)
+AC_SUBST(CAIRO_LIBS)
+
 #####################################################################
 ## Image loaders
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to