[build] Remove bogus warning that we require at least one native font backend

That limitation was lifted long ago after twin face was introduced.
This commit is contained in:
Behdad Esfahbod 2009-08-25 00:28:08 -04:00
parent 20e227fc39
commit 90536ef2dd

View file

@ -351,10 +351,6 @@ AC_CONFIG_COMMANDS_PRE(dnl
AC_DEFUN([CAIRO_REPORT],
[dnl
if test -z "$CAIRO_NATIVE_FONT_BACKENDS"; then
AC_MSG_ERROR([Cairo requires at least one native font backend. Please install FreeType and fontconfig and try again.])
fi
V="$CAIRO_VERSION_MAJOR.$CAIRO_VERSION_MINOR.$CAIRO_VERSION_MICRO"
echo ""
echo "cairo (version $V [[$CAIRO_RELEASE_STATUS]]) will be compiled with:"