Author: tack
Date: Mon Dec 11 13:33:20 2006
New Revision: 2221

Modified:
   trunk/evas/setup.py

Log:
Fix exception when evas not found.


Modified: trunk/evas/setup.py
==============================================================================
--- trunk/evas/setup.py (original)
+++ trunk/evas/setup.py Mon Dec 11 13:33:20 2006
@@ -37,7 +37,7 @@
     print 'kaa.base not installed'
     sys.exit(1)
 
-if not check_library('evas', '0.9.9.032'):
+if not check_library('evas', '0.9.9.032').valid:
     print 'Evas >= 0.9.9.032 not found'
     print 'Download from http://enlightenment.freedesktop.org/'
     sys.exit(1)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to