Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas Modified Files: configure.in Log Message: check for fedora cairo svg thingy =================================================================== RCS file: /cvs/e/e17/libs/evas/configure.in,v retrieving revision 1.174 retrieving revision 1.175 diff -u -3 -r1.174 -r1.175 --- configure.in 17 Aug 2006 16:43:30 -0000 1.174 +++ configure.in 30 Aug 2006 22:58:44 -0000 1.175 @@ -79,7 +79,9 @@ # check for freetype AC_PATH_GENERIC(freetype, 9.3.0, [ ], - [ AC_MSG_ERROR(Freetype isn't installed) ] + [ + AC_MSG_ERROR(Freetype isn't installed) + ] ) ####################################### @@ -949,6 +951,25 @@ ], [ have_svg="no" + ] + ) + PKG_CHECK_MODULES(CAIRO_SVG, cairo-svg, + [ + have_svg="yes" + svg_cflags="$SVG_CFLAGS $CAIRO_SVG_CFLAGS" + svg_libs="$SVG_LIBS $CAIRO_SVG_LIBS" + ], + [ + PKG_CHECK_MODULES(CAIRO_SVG, libsvg-cairo, + [ + have_svg="yes" + svg_cflags="$SVG_CFLAGS $LIBSVG_CAIRO_CFLAGS" + svg_libs="$SVG_LIBS $LIBSVG_CAIRO_LIBS" + ], + [ + have_svg="no" + ] + ) ] ) fi ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs