svg fallback fixed

SVN revision: 25755
This commit is contained in:
Carsten Haitzler 2006-09-11 23:53:27 +00:00
parent cf2d8ff0a4
commit b0b4bae05a
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ if test "x$have_svg" = "xyes"; then
svg_libs="$SVG_LIBS $CAIRO_SVG_LIBS" svg_libs="$SVG_LIBS $CAIRO_SVG_LIBS"
], ],
[ [
PKG_CHECK_MODULES(CAIRO_SVG, libsvg-cairo, PKG_CHECK_MODULES(LIBCAIRO_SVG, libsvg-cairo,
[ [
have_svg="yes" have_svg="yes"
svg_cflags="$SVG_CFLAGS $LIBSVG_CAIRO_CFLAGS" svg_cflags="$SVG_CFLAGS $LIBSVG_CAIRO_CFLAGS"