summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-25 00:28:08 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-25 00:28:08 -0400
commit90536ef2dd534d9385d38125445faeadd0511850 (patch)
tree3d595e7dbd4f87b53a1c966ebae0e551c25aea85 /build
parent20e227fc397d064af0b4b8bbf4028430695a218d (diff)
[build] Remove bogus warning that we require at least one native font backend
That limitation was lifted long ago after twin face was introduced.
Diffstat (limited to 'build')
-rw-r--r--build/configure.ac.features4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/configure.ac.features b/build/configure.ac.features
index da35d9e9d..154774c13 100644
--- a/build/configure.ac.features
+++ b/build/configure.ac.features
@@ -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:"