summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-04-30 12:42:02 -0400
committerBehdad Esfahbod <behdad@behdad.org>2015-04-30 12:42:02 -0400
commit6406594cae082f5295d5fe7b9529d06fc61f9899 (patch)
tree8c08af0b9ccfa4330ff9b8daeb3013be315c6948 /configure.ac
parentbe8941dc47404534a561ea32fc968df6c44d341c (diff)
downloadpango-6406594cae082f5295d5fe7b9529d06fc61f9899.tar.gz
Minor
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d5b07963..7d2f70d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,9 +236,6 @@ if $have_fontconfig ; then
fi
if $have_freetype ; then
AC_DEFINE(HAVE_FREETYPE, 1, [Have FreeType 2 library])
- # By freetype, we really always mean freetype+fontconfig
- FREETYPE_CFLAGS="$FREETYPE_CFLAGS $FONTCONFIG_CFLAGS"
- FREETYPE_LIBS="$FREETYPE_LIBS $FONTCONFIG_LIBS"
fi
AM_CONDITIONAL(HAVE_FREETYPE, $have_freetype)