Enlightenment CVS committal Author : andreas Project : e17 Module : proto
Dir : e17/proto/enterminus Modified Files: configure.in Log Message: builds again, but looks a little broken =================================================================== RCS file: /cvs/e/e17/proto/enterminus/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- configure.in 11 Jun 2006 10:23:48 -0000 1.4 +++ configure.in 1 Jul 2007 20:05:55 -0000 1.5 @@ -79,10 +79,8 @@ # add your required libs / include here -my_includes=`evas-config --cflags`" "`ecore-config --cflags` -my_libs=`evas-config --libs`" "`ecore-config --libs`" "${LIBS} -AC_SUBST(my_includes) -AC_SUBST(my_libs) +PKG_CHECK_MODULES(evas, [evas >= 0.9.9 ecore-evas >= 0.9.9]) +PKG_CHECK_MODULES(ecore, [ecore >= 0.9.9]) CFLAGS="-Wall $CFLAGS" ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs