Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
Join the pkconfig frenzy!
Use pkgconfig for freetype.

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -3 -r1.206 -r1.207
--- configure.in        21 Mar 2007 02:37:10 -0000      1.206
+++ configure.in        22 Mar 2007 15:30:55 -0000      1.207
@@ -87,9 +87,9 @@
   qt_dir="/opt/Qtopia";
 ])
 # check for freetype
-AC_PATH_GENERIC(freetype, 9.3.0,
+PKG_CHECK_MODULES(FREETYPE, freetype2 >= 9.3.0,
   [ ],
-  [
+  [ 
     AC_MSG_ERROR(Freetype isn't installed)
   ]
 )



-------------------------------------------------------------------------
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