Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


pass make distcheck and a snapshot asparagus release - been a while

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -3 -r1.260 -r1.261
--- configure.in        14 May 2008 11:26:28 -0000      1.260
+++ configure.in        19 May 2008 00:07:12 -0000      1.261
@@ -1,7 +1,7 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(evas, 0.9.9.042, [EMAIL PROTECTED])
+AC_INIT(evas, 0.9.9.043, [EMAIL PROTECTED])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR(configure.in)
 AC_CANONICAL_BUILD
@@ -926,7 +926,7 @@
 
 # next, if she does, check whether EET is available
 if test "x$want_eet_image_loader" = "xyes" -o "x$want_eet_font_loader" = 
"xyes" -o "x$want_eet_image_loader" = "xauto" -o "x$want_eet_font_loader" = 
"xauto"; then
-  PKG_CHECK_MODULES(EET, eet, [have_eet="yes"],
+  PKG_CHECK_MODULES(EET, eet >= 1.0.1, [have_eet="yes"],
     [
       if test "x$want_eet_image_loader" = "xyes" -a "x$use_strict" = "xyes" -o 
"x$want_eet_font_loader" = "xyes" -a "x$use_strict" = "xyes"; then
         AC_MSG_ERROR([EET not found (strict dependencies checking)])



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to