summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-02-23 18:30:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-02-23 18:30:35 +0000
commitb90c579d93ae05f327c7f56e84246677b50b2447 (patch)
treed471493bc9d4bfa7952bde453dfab91ffaf596a3 /configure.in
parent13dfd0cf4baa6ac8aa8feff9b57785c191d63f7a (diff)
downloadgdk-pixbuf-b90c579d93ae05f327c7f56e84246677b50b2447.tar.gz
Remove the configure.in check for fontconfig entirely; it's not needed,
Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com> * configure.in: Remove the configure.in check for fontconfig entirely; it's not needed, since PangoXft implies that sufficiently new fontconfig is present.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index a592689a8..bf1904ca9 100644
--- a/configure.in
+++ b/configure.in
@@ -991,13 +991,6 @@ if test "x$gdktarget" = "xlinux-fb" || test "x$gdktarget" = "xx11" ; then
fi
if test "x$gdktarget" = "xx11"; then
- #
- # Check for fontconfig
- #
- if $PKG_CONFIG --exists 'fontconfig >= 2.2.91' ; then : ; else
- AC_MSG_ERROR([fontconfig 2.2.91 is required for x11 target])
- fi
-
# We start off with the libraries from Pango
## be sure we also have Pango built with Xft2 support