remove duplicate cairo-svg check

SVN revision: 25707
This commit is contained in:
Mike Frysinger 2006-09-11 03:43:56 +00:00
parent 3cacb187c9
commit ddb86f87d3
1 changed files with 0 additions and 10 deletions

View File

@ -929,16 +929,6 @@ if test "x$have_svg" = "xyes"; then
]
)
if test "x$have_svg" = "xyes"; then
PKG_CHECK_MODULES(CAIRO_SVG, cairo-svg,
[
have_svg="yes"
svg_cflags="$SVG_CFLAGS $CAIRO_SVG_CFLAGS"
svg_libs="$SVG_LIBS $CAIRO_SVG_LIBS"
],
[
have_svg="no"
]
)
PKG_CHECK_MODULES(CAIRO_SVG, cairo-svg,
[
have_svg="yes"