summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-06-14 22:32:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-06-14 22:32:46 +0000
commit9940bb35d7c86230a059b1b9e41de4e8ac16cc60 (patch)
treecf4b93d5864912e387636ebba77a67068b542c3c /configure.in
parent342177eeba4f8eb12a9df03711f095c2e6a4175d (diff)
downloadpango-9940bb35d7c86230a059b1b9e41de4e8ac16cc60.tar.gz
Misc fixes from Stepan Kasal, #169928
2005-06-14 Owen Taylor <otaylor@redhat.com> Misc fixes from Stepan Kasal, #169928 * pangoxft.pc.in: Add requirement on pangoft2 * pangoxft-uninstalled.pc.in: Fix cut-and-paste errors in Name/Description when copying from pangox-uninstalled. * configure.in: Don't call AC_SUBST() unnecessary for XFT_CFLAGS/LIBS.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index dbba0b0c..32758cfb 100644
--- a/configure.in
+++ b/configure.in
@@ -237,9 +237,6 @@ if $have_fontconfig ; then
if $have_x && $have_freetype ; then
PKG_CHECK_MODULES(XFT, xft >= 2.0.0, have_xft=true, :)
fi
-
- AC_SUBST(XFT_LIBS)
- AC_SUBST(XFT_CFLAGS)
else
AC_MSG_WARN([No fontconfig found, skipping tests for FreeType and Xft])
fi