diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-23 18:30:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-23 18:30:35 +0000 |
commit | b90c579d93ae05f327c7f56e84246677b50b2447 (patch) | |
tree | d471493bc9d4bfa7952bde453dfab91ffaf596a3 /configure.in | |
parent | 13dfd0cf4baa6ac8aa8feff9b57785c191d63f7a (diff) | |
download | gdk-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.in | 7 |
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 |