Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
shorten the freetype check a bit

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -3 -r1.208 -r1.209
--- configure.in        22 Mar 2007 16:15:19 -0000      1.208
+++ configure.in        22 Mar 2007 16:16:30 -0000      1.209
@@ -85,12 +85,7 @@
   qt_dir="/opt/Qtopia";
 ])
 # check for freetype
-PKG_CHECK_MODULES(FREETYPE, freetype2 >= 9.3.0,
-  [ ],
-  [ 
-    AC_MSG_ERROR(Freetype isn't installed)
-  ]
-)
+PKG_CHECK_MODULES(FREETYPE, freetype2 >= 9.3.0)
 
 #######################################
 ## FontConfig



-------------------------------------------------------------------------
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
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to