mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
[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:
parent
20e227fc39
commit
90536ef2dd
1 changed files with 0 additions and 4 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue