Fix compile error with disabled cairo engine.

SVN revision: 15336
This commit is contained in:
rbdpngn 2005-06-15 18:31:45 +00:00 committed by rbdpngn
parent ad3f914316
commit 3ae5abd7d6
1 changed files with 7 additions and 0 deletions

View File

@ -505,6 +505,13 @@ else
AM_CONDITIONAL(BUILD_ENGINE_CAIRO_COMMON, false)
fi
## Set these variables while the PKG_CHECK is disabled.
CAIRO_CFLAGS=""
CAIRO_LIBS=""
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)
#####################################################################
## Image loaders